summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--js/bin/HttpServer.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/bin/HttpServer.js b/js/bin/HttpServer.js
index 2f133742972..587c4471f55 100644
--- a/js/bin/HttpServer.js
+++ b/js/bin/HttpServer.js
@@ -151,7 +151,7 @@ if(iceHome)
{
try
{
- iceLibDir = path.join(basePath, "share", "javascript", "ice-3.6b");
+ iceLibDir = path.join(iceHome, "share", "javascript", "ice-3.6b");
iceHomeValid = fs.statSync(path.join(iceLibDir, iceJs)).isFile();
}
catch(e)