We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98470e9 commit 8b93ae2Copy full SHA for 8b93ae2
1 file changed
src/debug.js
@@ -98,7 +98,6 @@ function error(...data) {
98
if (msg.length) {
99
process.stdout.write(`\x1b[31m${os.EOL}[ERROR] ${msg}\x1b[0m${os.EOL}${os.EOL}`);
100
}
101
- process.exit(-1);
102
103
104
module.exports = {
0 commit comments