Skip to content

Commit 441f927

Browse files
Merge pull request #1220 from NativeScript/vladimirov/update-shelljs-definitions
Silent shelljs by default
2 parents 4d8c36a + 9507f18 commit 441f927

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

lib/common

lib/nativescript-cli.ts

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ require("./common/verify-node-version").verifyNodeVersion(require("../package.js
77
require("./bootstrap");
88
import * as fiber from "fibers";
99
import Future = require("fibers/future");
10+
import * as shelljs from "shelljs";
11+
shelljs.config.silent = true;
1012
import {installUncaughtExceptionListener} from "./common/errors";
1113
installUncaughtExceptionListener(process.exit);
1214

0 commit comments

Comments
 (0)