Closed Skycoder42 closed 1 year ago
Same issue.
I am using pana as global tool - maybe that is relevant as well? Because I do not know if the fact that it's a compiled binary changes how the Isolate.resolvePackageUri
works.
Thanks for reporting! A fix is pending for this issue #1235.
Please try to upgrade pana, I think it should work now.
Yes, this fixed the problem, thank you
I believe this happens due to the recent changes in lib/src/analysis_options.dart.
If the
resource
in Line 72 cannot be loaded, it is null. Line 74 then throws anError
(not anException
!) which is not caught by line 77. Fix should be easy: Simply catch Errors and exceptions, or check if the resource is null.Logs: