Skip to content

Commit

Permalink
revert back to process.exit until a proper fix
Browse files Browse the repository at this point in the history
  • Loading branch information
xrutayisire committed Jan 16, 2025
1 parent 154f45d commit ae33557
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/init/src/SliceMachineInitProcess.ts
Original file line number Diff line number Diff line change
Expand Up @@ -488,9 +488,7 @@ Continue with next steps in Slice Machine.
)} ${chalk.cyan(tryAgainCommand)}`,
);

process.off("uncaughtException", () => {
process.exitCode = 1;
});
process.exit(1);
});

this.context.installProcess = execaProcess;
Expand Down

0 comments on commit ae33557

Please sign in to comment.