This repository was archived by the owner on Apr 22, 2023. It is now read-only.
This repository was archived by the owner on Apr 22, 2023. It is now read-only.
Invalid working directory exception is not handled in node.js #6060
Closed
Description
If the current working directory is invalid node fail to start.
It seems that the exception is never handled when calling process.cwd, at least in resolveArgv0 and evalScript (node.js:701 & node.js:414)
see TritonDataCenter/smartos-live#244 for more details