dojo / cli

:rocket: Dojo - command line tooling.
http://dojo.io
Other
25 stars 34 forks source link

CLI does not explicitly exit when a command is ran successfully #308

Closed tomdye closed 4 years ago

tomdye commented 4 years ago

Enhancement

In some BTR scenarios, the cli build command completes successfully but the cli does not exit. We should manually call process.exit(0) after a command has executed successfully to ensure the build does not hang.