| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Sorry, something went wrong.
|
cc @nodejs/fs |
Sorry, something went wrong.
Commit Queue failed- Loading data for nodejs/node/pull/50185 ✔ Done loading data for nodejs/node/pull/50185 ----------------------------------- PR info ------------------------------------ Title fs: do not throw error on cpSync internals (#50185) Author Yagiz Nizipli (@anonrig) Branch anonrig:fs-cpsync -> nodejs:main Labels fs, author ready, needs-ci, review wanted Commits 1 - fs: do not throw error on cpSync internals Committers 1 - Yagiz Nizipli PR-URL: https://github.com/nodejs/node/pull/50185 Reviewed-By: Geoffrey Booth ------------------------------ Generated metadata ------------------------------ PR-URL: https://github.com/nodejs/node/pull/50185 Reviewed-By: Geoffrey Booth -------------------------------------------------------------------------------- ℹ This PR was created on Sat, 14 Oct 2023 19:12:52 GMT ✔ Approvals: 1 ✔ - Geoffrey Booth (@GeoffreyBooth) (TSC): https://github.com/nodejs/node/pull/50185#pullrequestreview-1678792743 ✘ This PR needs to wait 27 more hours to land (or 0 hours if there is one more approval) ✔ Last GitHub CI successful ℹ Last Full PR CI on 2023-10-15T12:24:28Z: https://ci.nodejs.org/job/node-test-pull-request/54816/ - Querying data for job/node-test-pull-request/54816/ ✔ Last Jenkins CI successful -------------------------------------------------------------------------------- ✔ Aborted `git node land` session in /home/runner/work/node/node/.ncuhttps://github.com/nodejs/node/actions/runs/6589859611 |
Sorry, something went wrong.
PR-URL: #50185 Reviewed-By: Geoffrey Booth <webadmin@geoffreybooth.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
PR-URL: #50185 Reviewed-By: Geoffrey Booth <webadmin@geoffreybooth.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
| Back | FazBrowse Home | New Git URL |
Since we have throwIfNoEntry flag in statSync right now, we can use it to avoid having try/catch blocks in cpSync.