mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
![]() Two issues I noticed when I hit the issue at https://github.com/flutter/flutter/issues/149258 1. When the an app.stop event arrives from Flutter with an error, DAP does not pass that error back to the client so there's no visibility of the error. 2. If app.stop occurs but no app.start ever did, we leave the progress notification hanging around This fixes both by handling app.stop and closing any open launch progress as well as passing any error to the client. Fixes https://github.com/Dart-Code/Dart-Code/issues/5124 |
||
---|---|---|
.. | ||
src | ||
executable.dart | ||
runner.dart |