Skip to content

fix(core): Fix process.exit typo in debugid script - #6707

Open
friederbluemle wants to merge 1 commit into
getsentry:mainfrom
friederbluemle:debugid-exit
Open

fix(core): Fix process.exit typo in debugid script#6707
friederbluemle wants to merge 1 commit into
getsentry:mainfrom
friederbluemle:debugid-exit

Conversation

@friederbluemle

Copy link
Copy Markdown

has-sourcemap-debugid.js called process.exist(1), which is undefined. Both failure branches (unreadable sourcemap, missing debugId) threw a TypeError with a stack trace instead of exiting cleanly with status 1.

has-sourcemap-debugid.js called process.exist(1), which is undefined.
Both failure branches (unreadable sourcemap, missing debugId) threw a
TypeError with a stack trace instead of exiting cleanly with status 1.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant