Use runCommand instead of runProcess for the node web server

This commit is contained in:
Joshua Granick
2014-12-30 12:04:22 -08:00
parent 86f7bb8841
commit 17dce6cb57

View File

@@ -139,7 +139,7 @@ class HTML5Helper {
}
ProcessHelper.runProcess ("", node, args);
ProcessHelper.runCommand ("", node, args);
}