We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 50b6685 + a3cb68f commit e76f8ceCopy full SHA for e76f8ce
lib/nativescript-cli.ts
@@ -9,7 +9,6 @@ import * as fiber from "fibers";
9
import Future = require("fibers/future");
10
import * as shelljs from "shelljs";
11
shelljs.config.silent = true;
12
-shelljs.config.fatal = true;
13
import {installUncaughtExceptionListener} from "./common/errors";
14
installUncaughtExceptionListener(process.exit);
15
0 commit comments