Skip to content

Commit

Permalink
Remove process exit
Browse files Browse the repository at this point in the history
  • Loading branch information
markcowl committed Jan 24, 2025
1 parent cd2ee5c commit 64cc07f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/http-server-csharp/src/cli/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ function internalError(error: unknown) {
// considered a bug and therefore we should not suppress the stack trace as
// that risks losing it in the case of a bug that does not repro easily.
console.log(error);
process.exit(1);
}

function runScriptAsync(cmd: string, args: string[]): Promise<number> {
Expand Down

0 comments on commit 64cc07f

Please sign in to comment.