| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
@radelmann May I kindly ask you to format the commit message as described in CONTRIBUTING guidelines. |
Sorry, something went wrong.
There was a problem hiding this comment.
While you're here, would you mind replacing all the if (e) throw e; checks with assert.ifError(e);?
Sorry, something went wrong.
Changed all instances of var to either const or let. Changed all instances of assert.equal() to assert.strictEqual(). Replaced all error checks with assert.ifError(e).
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM if CI is ✅
Sorry, something went wrong.
|
Landed in f23dc6e4e597acb4ddae97b307a30c5b277054c0. Thanks for the contribution! 🎉 |
Sorry, something went wrong.
Replaced all error checks with assert.ifError(e). PR-URL: nodejs#10030 Reviewed-By: Rich Trott <rtrott@gmail.com>
Replaced all error checks with assert.ifError(e). PR-URL: #10030 Reviewed-By: Rich Trott <rtrott@gmail.com>
Replaced all error checks with assert.ifError(e). PR-URL: nodejs#10030 Reviewed-By: Rich Trott <rtrott@gmail.com>
Replaced all error checks with assert.ifError(e). PR-URL: nodejs#10030 Reviewed-By: Rich Trott <rtrott@gmail.com>
Replaced all error checks with assert.ifError(e). PR-URL: #10030 Reviewed-By: Rich Trott <rtrott@gmail.com>
| Back | FazBrowse Home | New Git URL |
Checklist
Affected core subsystem(s)
test
Description of change