Skip to content

Commit e76f8ce

Browse files
Merge pull request #1593 from NativeScript/vladimirov/remove-fatal-shell
Remove shelljs.config.fatal
2 parents 50b6685 + a3cb68f commit e76f8ce

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/nativescript-cli.ts

-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ import * as fiber from "fibers";
99
import Future = require("fibers/future");
1010
import * as shelljs from "shelljs";
1111
shelljs.config.silent = true;
12-
shelljs.config.fatal = true;
1312
import {installUncaughtExceptionListener} from "./common/errors";
1413
installUncaughtExceptionListener(process.exit);
1514

0 commit comments

Comments
 (0)