-
-
Notifications
You must be signed in to change notification settings - Fork 31.9k
doc: fix jsdoc definition of assert.ifError() fn in lib/assert.js #58573
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
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.
Thanks @pr4j3sh for helping the project :)
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #58573 +/- ##
=======================================
Coverage 90.21% 90.22%
=======================================
Files 635 635
Lines 187484 187494 +10
Branches 36842 36837 -5
=======================================
+ Hits 169146 169158 +12
+ Misses 11110 11108 -2
Partials 7228 7228
🚀 New features to boost your workflow:
|
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. Before this can land, could you please change the commit message to adhere to the commit message guidelines, which require that the commit message title begins with the subsystem followed by an imperative verb?
In other words, use doc: fix ...
instead of doc: fixed ...
.
Thank you.
Commit Queue failed- Loading data for nodejs/node/pull/58573 ✔ Done loading data for nodejs/node/pull/58573 ----------------------------------- PR info ------------------------------------ Title doc: fix jsdoc definition of assert.ifError() fn in lib/assert.js (#58573) ⚠ Could not retrieve the email or name of the PR author's from user's GitHub profile! Branch pr4j3sh:main -> nodejs:main Labels assert, author ready Commits 1 - doc: fix jsdoc definition of assert.ifError() fn in lib/assert.js Committers 1 - pr4j3sh <[email protected]> PR-URL: https://github.com/nodejs/node/pull/58573 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Ulises Gascón <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Jordan Harband <[email protected]> Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: Chemi Atlow <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> ------------------------------ Generated metadata ------------------------------ PR-URL: https://github.com/nodejs/node/pull/58573 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Ulises Gascón <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Jordan Harband <[email protected]> Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: Chemi Atlow <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> -------------------------------------------------------------------------------- ℹ This PR was created on Wed, 04 Jun 2025 12:36:54 GMT ✔ Approvals: 7 ✔ - James M Snell (@jasnell) (TSC): https://github.com/nodejs/node/pull/58573#pullrequestreview-2896754404 ✔ - Ulises Gascón (@UlisesGascon): https://github.com/nodejs/node/pull/58573#pullrequestreview-2896765115 ✔ - Tobias Nießen (@tniessen) (TSC): https://github.com/nodejs/node/pull/58573#pullrequestreview-2897346481 ✔ - Jordan Harband (@ljharb): https://github.com/nodejs/node/pull/58573#pullrequestreview-2897483081 ✔ - Marco Ippolito (@marco-ippolito) (TSC): https://github.com/nodejs/node/pull/58573#pullrequestreview-2900419541 ✔ - Chemi Atlow (@atlowChemi): https://github.com/nodejs/node/pull/58573#pullrequestreview-2902131786 ✔ - Luigi Pinca (@lpinca): https://github.com/nodejs/node/pull/58573#pullrequestreview-2928434402 ✔ Last GitHub CI successful ✘ No Jenkins CI runs detected -------------------------------------------------------------------------------- ✔ Aborted `git node land` session in /home/runner/work/node/node/.ncuhttps://github.com/nodejs/node/actions/runs/15653351751 |
PR for #58572
Fixed definition of
assert.ifError()
in `lib/assert.js