New lint suggestion: uncaught_async_error_in_try_catch
#59364
Labels
analyzer-linter
Issues with the analyzer's support for the linter package
area-analyzer
Use area-analyzer for Dart analyzer issues, including the analysis server and code completion.
linter-lint-request
P4
type-enhancement
A request for a change that isn't a bug
I suggest the lint
uncaught_async_error_in_try_catch
(or a better name), for the example bellow:Without a lint the issue above is not simple to detect and debug and can generate many bugs.
The text was updated successfully, but these errors were encountered: