We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ea8fe9 commit e9d9231Copy full SHA for e9d9231
cli.js
@@ -77,6 +77,6 @@ errorNotifier(cli.input[0], cli.flags)
77
console.log(result.stdout || result.stderr);
78
})
79
.catch(error => {
80
- console.log(error.stdout || error.stderr);
+ console.error(error.stdout || error.stderr);
81
process.exit(error.code);
82
});
0 commit comments