don't kill process on cli commands
This commit is contained in:
parent
85f07fd021
commit
9c5aeda776
|
@ -620,7 +620,6 @@ function parseCli(/*state*/) {
|
|||
}
|
||||
return true;
|
||||
})) {
|
||||
process.exit(0);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue