2
2
mirror of https://git.coolaj86.com/coolaj86/telebit.js.git synced 2025-04-21 19:40:37 +00:00

don't kill process on cli commands

This commit is contained in:
AJ ONeal 2018-06-29 16:16:03 -06:00
parent 85f07fd021
commit 9c5aeda776

View File

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