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
Currently, if a snapshotted pub executable (most commonly one installed with "pub global activate") has an unhandled exception, the executable will be recompiled and re-run three times before ultimately failing. This is du to issue dart-lang/sdk#20802, which makes it impossible for the script running the executable to determine if it's up-to-date without running it, and the fact that the VM emits the same exit code for unhandled exceptions and for invalid snapshot numbers.
The text was updated successfully, but these errors were encountered:
<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#22076
Currently, if a snapshotted pub executable (most commonly one installed with "pub global activate") has an unhandled exception, the executable will be recompiled and re-run three times before ultimately failing. This is du to issue dart-lang/sdk#20802, which makes it impossible for the script running the executable to determine if it's up-to-date without running it, and the fact that the VM emits the same exit code for unhandled exceptions and for invalid snapshot numbers.
The text was updated successfully, but these errors were encountered: