zxfinwest
Results
1
comments of
zxfinwest
the file utils.js "node.proc = spawn(pcmd, [node.file], ['pipe', 'pipe','pipe'])" should change to "node.proc = spawn(pcmd, [node.file], {stdio:['pipe', 'pipe','pipe']})" perhaps