Skip to content

Commit

Permalink
fix: remove debugging process.exit
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelmaddock committed Dec 14, 2024
1 parent 96cd992 commit 93d6b1e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/electron-chrome-extensions/src/browser/router.ts
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,6 @@ export class ExtensionRouter {
.catch((error: any) => {
debug('failed to send %s to %s', eventName, extensionId)
console.error(error)
process.exit(1)
})
} else {
if (host.isDestroyed()) {
Expand Down

0 comments on commit 93d6b1e

Please sign in to comment.