mirror of https://github.com/embarklabs/embark.git
force exit at end of cmd
This commit is contained in:
parent
1f03a4e962
commit
df0e4d51ce
|
@ -99,3 +99,5 @@ if (!process.argv.slice(2).length) {
|
|||
program.outputHelp();
|
||||
}
|
||||
|
||||
exit();
|
||||
|
||||
|
|
Loading…
Reference in New Issue