Misleading error message when an existent transformer fails to load #772
Labels
closed-duplicate
Closed in favor of an existing report
type-bug
Incorrect behavior (everything from a crash to more subtle misbehavior)
<img src="https://avatars.githubusercontent.com/u/188?v=3" align="left" width="96" height="96"hspace="10"> Issue by nex3
Originally opened as dart-lang/sdk#15594
There have been several cases when using pub build/serve where a transformer has existed but has failed to load due to networking issues (e.g. issue #729). The error message produced in these cases is "Transformer library '...' not found", which is misleading, since the library exists. We should check barback to see if the library exists, and if so print the underlying isolate load error instead.
The text was updated successfully, but these errors were encountered: