-
Notifications
You must be signed in to change notification settings - Fork 30.5k
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
errors: alter ERR_INVALID_CURSOR_POS #19960
Conversation
Is this forgotten by chance?) |
@vsemozhetbyt not relevant to this commit – thanks for spotting! removed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
This needs at least one more TSC approval before it can land. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@davidmarkclements can you please rebase when you have some time? Thank you. |
Would you be so kind to remove the merge commit? |
yes sorry - I used the github interface hoping it would rebase.. it doesn't – will fix |
changes the base instance for ERR_INVALID_CURSOR_POS from Error to TypeError as a more accurate representation of the error.
@lpinca - rebased |
Re-running Linux: https://ci.nodejs.org/job/node-test-commit-linux/18063/ |
Landed in 31d6cec. |
Changes the base instance for ERR_INVALID_CURSOR_POS from Error to TypeError as a more accurate representation of the error. PR-URL: #19960 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: Khaidi Chu <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Matteo Collina <[email protected]>
Changes the base instance for ERR_INVALID_CURSOR_POS from Error to TypeError as a more accurate representation of the error. PR-URL: #19960 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: Khaidi Chu <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Matteo Collina <[email protected]>
changes the base instance for ERR_INVALID_CURSOR_POS
from Error to TypeError as a more accurate representation
of the error.
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passes