kopia lustrzana https://github.com/c9/core
use installPath on windows too
rodzic
faebe274df
commit
6f62ac078b
|
@ -34,7 +34,7 @@ if (installPath === "/Library/Application Support/Cloud9"
|
||||||
installPath = join(process.env.HOME, installPath);
|
installPath = join(process.env.HOME, installPath);
|
||||||
|
|
||||||
var nodePath = process.platform == "win32"
|
var nodePath = process.platform == "win32"
|
||||||
? join(process.execPath, "..\\node.exe")
|
? join(installPath, "node.exe")
|
||||||
: installPath + "/node/bin/node";
|
: installPath + "/node/bin/node";
|
||||||
|
|
||||||
var logStream;
|
var logStream;
|
||||||
|
|
Ładowanie…
Reference in New Issue