| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
|
||
| function loadKey(keyname) { | ||
| return readFileSync(join(common.fixturesDir, 'keys', keyname)); | ||
| return readFileSync(join(fixtures.fixturesDir, 'keys', keyname)); |
There was a problem hiding this comment.
This could be using method fixtures.readKey to get the keys.
Sorry, something went wrong.
|
The commit message has to be changed to include the subsystem. This can be done while landing though. |
Sorry, something went wrong.
Sorry, something went wrong.
PR-URL: #15946 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
|
Landed in 86d803b Thanks for the PR, and congratulations on becoming a Node.js Contributor 🎉 ! |
Sorry, something went wrong.
PR-URL: #15946 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
PR-URL: nodejs/node#15946 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
| Back | FazBrowse Home | New Git URL |
Task: replace common.fixturesDir with fixtures
Checklist
Affected core subsystem(s)