Skip to content

Commit a3cb68f

Browse files
Remove shelljs.config.fatal
When adding platform, CLI tries to copy some files from runtime to the native project. When some of the files do not exist and `shelljs.config.fatal` is true, shelljs exits the process without warn. Remove the option for the moment and consider better usage for it.
1 parent 50b6685 commit a3cb68f

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)