We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45cef41 commit e133380Copy full SHA for e133380
lib/common
lib/nativescript-cli.ts
@@ -3,7 +3,7 @@ import * as shelljs from "shelljs";
3
shelljs.config.silent = true;
4
shelljs.config.fatal = true;
5
import { installUncaughtExceptionListener } from "./common/errors";
6
-installUncaughtExceptionListener(process.exit);
+installUncaughtExceptionListener(process.exit.bind(process, ErrorCodes.UNCAUGHT));
7
8
import { settlePromises } from "./common/helpers";
9
0 commit comments