2
2
mirror of https://git.coolaj86.com/coolaj86/telebit.js.git synced 2025-03-03 07:00:45 +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;
})) {
process.exit(0);
return;
}