Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Prevent parser indexer not letting other addon errors to throw #242

Merged
merged 5 commits into from
Dec 13, 2024

Conversation

xeho91
Copy link
Collaborator

@xeho91 xeho91 commented Dec 13, 2024

Following thread on Discord.

The culprit was that try { ... } catch(error) { } did not allow other (than those hand-picked ones) errors from this addon to throw.

@xeho91 xeho91 added bug Something isn't working patch Increment the patch version when merged next Related to the next version labels Dec 13, 2024
@xeho91 xeho91 requested a review from JReinhold December 13, 2024 04:28
@xeho91 xeho91 changed the base branch from main to next December 13, 2024 04:28
src/utils/error.ts Outdated Show resolved Hide resolved
src/indexer/index.ts Outdated Show resolved Hide resolved
@xeho91 xeho91 requested a review from JReinhold December 13, 2024 13:13
src/indexer/index.ts Outdated Show resolved Hide resolved
@xeho91 xeho91 merged commit acd17d1 into next Dec 13, 2024
6 of 7 checks passed
@xeho91 xeho91 deleted the improve-parser-error branch December 13, 2024 15:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working next Related to the next version patch Increment the patch version when merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants