Accept process.execPath as-is
Remove red tape surrounding process.execPath and use it as-is. In particular, do not try to canonicalize the path returned by process.execPath as this might be relative in the restricted Linux environments (for example using overlayfs). We should be prepared to accept relative or otherwise broken process.execPath and have a faith it works (otherwise our build scripts wouldn't be invoked in the first place). https://github.com/sass/node-sass/issues/1323
Showing
Please
register
or
sign in
to comment