don't kill process on cli commands

このコミットが含まれているのは:
AJ ONeal 2018-06-29 16:16:03 -06:00
コミット 9c5aeda776

ファイルの表示

@ -620,7 +620,6 @@ function parseCli(/*state*/) {
} }
return true; return true;
})) { })) {
process.exit(0);
return; return;
} }