use installPath on windows too

pull/85/head^2
nightwing 2015-05-10 21:42:39 +04:00
rodzic faebe274df
commit 6f62ac078b
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -34,7 +34,7 @@ if (installPath === "/Library/Application Support/Cloud9"
installPath = join(process.env.HOME, installPath);
var nodePath = process.platform == "win32"
? join(process.execPath, "..\\node.exe")
? join(installPath, "node.exe")
: installPath + "/node/bin/node";
var logStream;