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;
|
return true;
|
||||||
})) {
|
})) {
|
||||||
process.exit(0);
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue