Skip to content

Commit

Permalink
use inherit
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Aug 16, 2018
1 parent 0f7302d commit 6ea3591
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildutils/src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export function run(
quiet?: boolean
): string {
options = options || {};
options['stdio'] = options.stdio || 'ignore';
options['stdio'] = options.stdio || 'inherit';
if (!quiet) {
console.log('>', cmd);
}
Expand Down

0 comments on commit 6ea3591

Please sign in to comment.