We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3487feb + 7486844 commit a13d401Copy full SHA for a13d401
bin/webdev_proxy.dart
@@ -18,5 +18,5 @@ import 'package:webdev_proxy/src/executable.dart' as executable;
18
19
/// Entrypoint for the `webdev_proxy` executable.
20
void main(List<String> args) async {
21
- exitCode = await executable.run(args);
+ exit(await executable.run(args));
22
}
0 commit comments