| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
@nodejs/platform-windows @nodejs/fs |
Sorry, something went wrong.
|
The change looks reasonable. Rubberstamp LGTM if the test fails without this change. |
Sorry, something went wrong.
Sorry, something went wrong.
Ref: nodejs/node#30556 PR-URL: https://github.com/hyj1991/xprofiler/pull/46 Reviewed-BY: hyj1991 <yeekwanvong@gmail.com>
| Back | FazBrowse Home | New Git URL |
Fixes: #30538
Background
#18618 uses access instead of stat to implement fs.existsSync. Unfortunately, seems the two approaches both have some limitations at Windows:
This PR adds a double check only at win32 platform to fix this issue.
Checklist