Skip to content

Commit 8b93ae2

Browse files
committed
fix: comment out process.exit in error function to prevent immediate termination
1 parent 98470e9 commit 8b93ae2

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/debug.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ function error(...data) {
9898
if (msg.length) {
9999
process.stdout.write(`\x1b[31m${os.EOL}[ERROR] ${msg}\x1b[0m${os.EOL}${os.EOL}`);
100100
}
101-
process.exit(-1);
102101
}
103102

104103
module.exports = {

0 commit comments

Comments
 (0)