Closed
Description
On running .\vcbuild test below test case fails. Here is the stack trace.
Error: Command failed: "C:\Users\816361\Documents\xan\nodecore\node\Release\node.exe" -e 'require("child_process").fork("C:\Users\816361\Documents\xan\nodecore\node\test\fixtures\empty.js")'
[eval]:1
'require(child_process).fork(C:\Users\816361\Documents\xan\nodecore\node\test\fixtures\empty.js)'
SyntaxError: Invalid hexadecimal escape sequence
at createScript (vm.js:80:10)
at Object.runInThisContext (vm.js:139:10)
at Object.<anonymous> ([eval]-wrapper:6:22)
at Module._compile (module.js:600:30)
at evalScript (bootstrap_node.js:462:27)
at startup (bootstrap_node.js:163:9)
at bootstrap_node.js:605:3
at ChildProcess.exithandler (child_process.js:269:12)
at emitTwo (events.js:125:13)
at ChildProcess.emit (events.js:213:7)
at maybeClose (internal/child_process.js:944:16)
at Socket.stream.socket.on (internal/child_process.js:364:11)
at emitOne (events.js:115:13)
at Socket.emit (events.js:210:7)
at Pipe._handle.close [as _onclose] (net.js:551:12)
Version: output of node -v
- > v6.9.1
Windows 7 64 bit