From 56f653765cd8ba50d30ce8fe94e2d7c1095ca2a8 Mon Sep 17 00:00:00 2001 From: jsrobson10 Date: Fri, 19 Apr 2019 11:04:23 +1000 Subject: [PATCH] Made execPath less os-specific --- scripts/communications.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/communications.js b/scripts/communications.js index 1f549f0..a8ce9ee 100644 --- a/scripts/communications.js +++ b/scripts/communications.js @@ -63,7 +63,7 @@ function socks_new(hostname, port) { stdio: [ 'pipe', 'pipe', 'pipe', 'ipc' ], silent: false, - execPath: "/usr/bin/node" + execPath: "node" } );