Closed
Description
- Version: 5f22375
- Platform: Windows
- Subsystem: test,cli
Consequent of #14195, for some reason
node.exe -e console.log("B")
fails sometimes
any ideas why would be appreciated.
not ok 54 parallel/test-cli-node-options
---
duration_ms: 2.386
severity: fail
stack: |-
assert.js:665
assert.ifError = function ifError(err) { if (err) throw err; };
^
Error: Command failed: c:\workspace\node-test-binary-windows\RUN_SUBSET\1\VS_VERSION\vs2017\label\win2016\Release\node.exe -e console.log("B")
at ChildProcess.exithandler (child_process.js:268:12)
at emitTwo (events.js:125:13)
at ChildProcess.emit (events.js:213:7)
at maybeClose (internal/child_process.js:944:16)
at Process.ChildProcess._handle.onexit (internal/child_process.js:221:5)
...