Closed tomdye closed 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.
process.exit(0)
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.