Replace process.exit with return; fixes y18n updateFiles

main
gardenapple 3 years ago
parent 7228cc2a1e
commit 750bd10559
No known key found for this signature in database
GPG Key ID: CAF17E9ABE789268

@ -318,7 +318,7 @@ function printUsage() {
if (args["completion"]) {
yargs.showCompletionScript();
process.exit();
return;
}

Loading…
Cancel
Save