-
Notifications
You must be signed in to change notification settings - Fork 30.1k
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
[v8.x backport] doc: add and unify return statements in crypto.md #22870
Conversation
Conform return statements to the style guide and tool parsers. Also bring back a description fragment that seems to be erroneously deleted in nodejs@1e07acd PR-URL: nodejs#19853 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Gibson Fahnestock <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Tobias Nießen <[email protected]>
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.
Thank you!
cc @nodejs/crypto |
I'm getting the following error while trying to land on
Any idea what I could be doing wrong? |
Conform return statements to the style guide and tool parsers. Also bring back a description fragment that seems to be erroneously deleted in 1e07acd Backport-PR-URL: #22870 PR-URL: #19853 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Gibson Fahnestock <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Tobias Nießen <[email protected]>
|
Thanks @MylesBorins @richardlau |
Original PR #19853
Fixes #22853
Conform return statements to the style guide and tool parsers.
Also bring back a description fragment
that seems to be erroneously deleted in
1e07acd
PR-URL: #19853
Reviewed-By: James M Snell [email protected]
Reviewed-By: Rich Trott [email protected]
Reviewed-By: Luigi Pinca [email protected]
Reviewed-By: Gibson Fahnestock [email protected]
Reviewed-By: Trivikram Kamat [email protected]
Reviewed-By: Ruben Bridgewater [email protected]
Reviewed-By: Tobias Nießen [email protected]
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passes