Add messages to empty tothrow calls#422
Merged
astarinmymind merged 2 commits intodevelopfrom Mar 20, 2021
Merged
Conversation
Gudahtt
added a commit
that referenced
this pull request
Mar 22, 2021
This requirement was added recently in #422
Gudahtt
added a commit
that referenced
this pull request
Mar 22, 2021
This requirement was added recently in #422
Gudahtt
added a commit
that referenced
this pull request
Mar 23, 2021
This requirement was added recently in #422
Gudahtt
added a commit
that referenced
this pull request
Apr 7, 2021
This requirement was added recently in #422
Gudahtt
added a commit
that referenced
this pull request
Apr 13, 2021
This requirement was added recently in #422
MajorLift
pushed a commit
that referenced
this pull request
Oct 11, 2023
MajorLift
pushed a commit
that referenced
this pull request
Oct 11, 2023
Mrtenz
pushed a commit
that referenced
this pull request
Oct 16, 2025
<!-- Thanks for your contribution! Take a moment to answer these questions so that reviewers have the information they need to properly understand your changes: * What is the current state of things and why does it need to change? * What is the solution your changes offer and how does it work? Are there any issues or other links reviewers should consult to understand this pull request better? For instance: * Fixes #12345 * See: #67890 --> <!-- CURSOR_SUMMARY --> --- > [!NOTE] > Bumps `@metamask/eth-block-tracker` to `^12.2.1` and updates the Unreleased changelog accordingly. > > - **Dependencies**: > - Bump `@metamask/eth-block-tracker` from `^12.2.0` to `^12.2.1` in `package.json` and `yarn.lock`. > - **Docs**: > - Update `CHANGELOG.md` Unreleased with a Changed entry noting the bump; retains the recent Fixed note on request processing delays. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 2d440aa394f26e0211c77d00e4ed617a7775c61e. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR aims to remove the eslint exception involving empty tothrow messages by replacing .tothrow() calls with .tothrow('error message').