fis-command-server
Advanced tools
{ | ||
"name" : "fis-command-server", | ||
"description" : "fis server command.", | ||
"version" : "0.5.5", | ||
"version" : "0.5.6", | ||
"author" : "FIS Team <fis@baidu.com>", | ||
@@ -6,0 +6,0 @@ "homepage" : "http://fis.baidu.com/", |
@@ -150,3 +150,3 @@ /* | ||
var cmd = [ | ||
fis.util.escapeShellArg(process.execPath), | ||
fis.util.escapeShellCmd(process.execPath), | ||
fis.util.escapeShellArg(fis.util(__dirname, 'child.js')) | ||
@@ -153,0 +153,0 @@ ].join(' '); |