Skip to content

Commit a13d401

Browse files
Merge pull request #2 from Workiva/ensure_exit
CPLAT-6186 Ensure that the webdev_proxy process always exits
2 parents 3487feb + 7486844 commit a13d401

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/webdev_proxy.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ import 'package:webdev_proxy/src/executable.dart' as executable;
1818

1919
/// Entrypoint for the `webdev_proxy` executable.
2020
void main(List<String> args) async {
21-
exitCode = await executable.run(args);
21+
exit(await executable.run(args));
2222
}

0 commit comments

Comments
 (0)