mirror of https://github.com/lukechilds/node.git
Browse Source
This reverts commit b0c1541227
.
Reverted commit introduced a regression causing `process.argv[0]` to be
invalid in node processes spawned from `PATH` (without explicit path to
executable file - for example when using global node installation).
Instead of finding a correct path to the executable, `process.cwd()`
would be prepended to `process.argv[0]`.
v0.9.1-release
Maciej Małecki
13 years ago
committed by
isaacs
1 changed files with 6 additions and 2 deletions
Loading…
Reference in new issue