Made execPath less os-specific

This commit is contained in:
jsrobson10 2019-04-19 11:04:23 +10:00
parent 1024eb2b8b
commit 56f653765c
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ function socks_new(hostname, port)
{
stdio: [ 'pipe', 'pipe', 'pipe', 'ipc' ],
silent: false,
execPath: "/usr/bin/node"
execPath: "node"
}
);