You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The menubar plugin handles Exceptions by printing them, but subclasses of Errors slip through the cracks and go unprinted. This is a result of this catch.
Perhaps a fallback catch is warranted, with a print and a rethrow?
The text was updated successfully, but these errors were encountered:
I think that was actually a workaround for the fact that we couldn't get responses from native->Dart calls, which has since been fixed; that structure should be revisited. We should see if error conditions get returned at the platform channel level now.
Hi there,
The menubar plugin handles
Exception
s by printing them, but subclasses ofError
s slip through the cracks and go unprinted. This is a result of this catch.Perhaps a fallback catch is warranted, with a print and a rethrow?
The text was updated successfully, but these errors were encountered: