Made execPath less os-specific
This commit is contained in:
parent
1024eb2b8b
commit
56f653765c
|
@ -63,7 +63,7 @@ function socks_new(hostname, port)
|
|||
{
|
||||
stdio: [ 'pipe', 'pipe', 'pipe', 'ipc' ],
|
||||
silent: false,
|
||||
execPath: "/usr/bin/node"
|
||||
execPath: "node"
|
||||
}
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in New Issue