Use runCommand instead of runProcess for the node web server
This commit is contained in:
@@ -139,7 +139,7 @@ class HTML5Helper {
|
||||
|
||||
}
|
||||
|
||||
ProcessHelper.runProcess ("", node, args);
|
||||
ProcessHelper.runCommand ("", node, args);
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user