-
-
Notifications
You must be signed in to change notification settings - Fork 34.2k
errors: alter ERR_INVALID_CURSOR_POS #19960
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
Conversation
Is this forgotten by chance?) |
|
@vsemozhetbyt not relevant to this commit – thanks for spotting! removed |
XadillaX
left a comment
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. |
mcollina
left a comment
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 <jasnell@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Khaidi Chu <i@2333.moe> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
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 <jasnell@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Khaidi Chu <i@2333.moe> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
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