Skip to content

Commit

Permalink
🐛 Fix issue where shipout would hang on successful completion.
Browse files Browse the repository at this point in the history
  • Loading branch information
jwir3 committed Apr 28, 2023
1 parent ceb81fb commit 1284675
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ export function CLI(args: Array<string>) {
CLIAsync(args, null, false)
.then((lgr: Logger) => {
lgr.info("Shipout Complete");
process.exit(0);
})
.catch((errorObj) => {
console.trace(errorObj);
Expand Down

0 comments on commit 1284675

Please sign in to comment.