| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM with a suggestion.
Sorry, something went wrong.
| const serverConfig = { | ||
| key: fs.readFileSync(`${common.fixturesDir}/keys/agent2-key.pem`), | ||
| cert: fs.readFileSync(`${common.fixturesDir}/keys/agent2-cert.pem`) | ||
| key: fs.readFileSync(fixtures.path('/keys/agent2-key.pem')), |
There was a problem hiding this comment.
Can you use fixtures.readSync() instead?
Sorry, something went wrong.
|
Thanks! some suggestions:
|
Sorry, something went wrong.
|
Fixed! Thanks for the quick feedback 👍 |
Sorry, something went wrong.
Sorry, something went wrong.
Replace common.fixturesDir with fixtures.readSync() in test-tls-getprotocol. PR-URL: nodejs#16802 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
|
Landed in e232cd8. Thanks for the contribution! 🎉 |
Sorry, something went wrong.
Replace common.fixturesDir with fixtures.readSync() in test-tls-getprotocol. PR-URL: nodejs#16802 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
Replace common.fixturesDir with fixtures.readSync() in test-tls-getprotocol. PR-URL: #16802 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
Replace common.fixturesDir with fixtures.readSync() in test-tls-getprotocol. PR-URL: #16802 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
Replace common.fixturesDir with fixtures.readSync() in test-tls-getprotocol. PR-URL: #16802 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
Replace common.fixturesDir with fixtures.readSync() in test-tls-getprotocol. PR-URL: #16802 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
| Back | FazBrowse Home | New Git URL |
Checklist
Affected core subsystem(s)