-
-
Notifications
You must be signed in to change notification settings - Fork 34.2k
doc: document error event on readline InterfaceConstructor #61170
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
base: main
Are you sure you want to change the base?
Conversation
Aims to document the error event introduced by cb3020d in v16.0.0. Fixes: nodejs#58289
avivkeller
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.
Note this also fixes #61037. I've updated the description accordingly
Co-authored-by: Luigi Pinca <luigipinca@gmail.com>
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
Commit Queue failed- Loading data for nodejs/node/pull/61170 ✔ Done loading data for nodejs/node/pull/61170 ----------------------------------- PR info ------------------------------------ Title doc: document error event on readline InterfaceConstructor (#61170) ⚠ Could not retrieve the email or name of the PR author's from user's GitHub profile! Branch Xstoudi:doc/readline-error -> nodejs:main Labels doc, readline, author ready Commits 3 - doc: document error event on readline InterfaceConstructor - Apply suggestions from code review - Update doc/api/readline.md Committers 2 - Xavier Stouder <xavier@stouder.io> - GitHub <noreply@github.com> PR-URL: https://github.com/nodejs/node/pull/61170 Fixes: https://github.com/nodejs/node/issues/58289 Fixes: https://github.com/nodejs/node/issues/61037 Reviewed-By: Aviv Keller <me@aviv.sh> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> ------------------------------ Generated metadata ------------------------------ PR-URL: https://github.com/nodejs/node/pull/61170 Fixes: https://github.com/nodejs/node/issues/58289 Fixes: https://github.com/nodejs/node/issues/61037 Reviewed-By: Aviv Keller <me@aviv.sh> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> -------------------------------------------------------------------------------- ℹ This PR was created on Thu, 25 Dec 2025 00:52:02 GMT ✔ Approvals: 4 ✔ - Aviv Keller (@avivkeller): https://github.com/nodejs/node/pull/61170#pullrequestreview-3612394364 ✔ - Luigi Pinca (@lpinca): https://github.com/nodejs/node/pull/61170#pullrequestreview-3612444725 ✔ - Colin Ihrig (@cjihrig): https://github.com/nodejs/node/pull/61170#pullrequestreview-3613700448 ✔ - Antoine du Hamel (@aduh95) (TSC): https://github.com/nodejs/node/pull/61170#pullrequestreview-3614366529 ✔ Last GitHub CI successful ℹ Green GitHub CI is sufficient -------------------------------------------------------------------------------- ✔ No git cherry-pick in progress ✔ No git am in progress ✔ No git rebase in progress -------------------------------------------------------------------------------- - Bringing origin/main up to date... From https://github.com/nodejs/node * branch main -> FETCH_HEAD ✔ origin/main is now up-to-date - Downloading patch for 61170 From https://github.com/nodejs/node * branch refs/pull/61170/merge -> FETCH_HEAD ✔ Fetched commits as ed47077736f6..9ecc40f56111 -------------------------------------------------------------------------------- [main 742de1129b] doc: document error event on readline InterfaceConstructor Author: Xavier Stouder <xavier@stouder.io> Date: Tue Dec 23 21:21:13 2025 +0100 1 file changed, 13 insertions(+) [main 504a43b431] Apply suggestions from code review Author: Xavier Stouder <xavier@stouder.io> Date: Fri Dec 26 08:35:50 2025 +0100 1 file changed, 1 insertion(+), 4 deletions(-) [main 90213c8eb7] Update doc/api/readline.md Author: Xavier Stouder <xavier@stouder.io> Date: Sat Dec 27 12:16:27 2025 +0100 1 file changed, 2 insertions(+), 1 deletion(-) ✔ Patches applied There are 3 commits in the PR. Attempting autorebase. (node:2324) [DEP0190] DeprecationWarning: Passing args to a child process with shell option true can lead to security vulnerabilities, as the arguments are not escaped, only concatenated. (Use `node --trace-deprecation ...` to show where the warning was created) Rebasing (2/6) Executing: git node land --amend --yes ⚠ Found Fixes: https://github.com/nodejs/node/issues/58289, skipping.. --------------------------------- New Message ---------------------------------- doc: document error event on readline InterfaceConstructorhttps://github.com/nodejs/node/actions/runs/20541519780 |
Aims to document the
'error'event introduced by cb3020d in v16.0.0.Fixes: #58289
Fixes: #61037