When BigTest hangs on Windows and I hit Ctrl+C, I get a socket error. See the clip from the stream for more context.
error
Terminate batch job (Y/N)? [orchestrator] shutting down!
events.js:353
throw er; // Unhandled 'error' event
^
Error: write EPIPE
at afterWriteDispatched (internal/stream_base_commons.js:156:25)
at writeGeneric (internal/stream_base_commons.js:147:3)
at Socket._writeGeneric (net.js:785:11)
at Socket._write (net.js:797:8)
at writeOrBuffer (internal/streams/writable.js:358:12)
at Socket.Writable.write (internal/streams/writable.js:303:10)
at C:\Users\Jacob\Documents\dev\frontside\frontside.com\node_modules\@effection\node\dist\node.cjs.development.js:326:19
at Generator.return (<anonymous>)
at C:\Users\Jacob\Documents\dev\frontside\frontside.com\node_modules\effection\dist\effection.js:1:7591
at e.n.finalize (C:\Users\Jacob\Documents\dev\frontside\frontside.com\node_modules\effection\dist\effection.js:1:5375)
Emitted 'error' event on Socket instance at:
at emitErrorNT (internal/streams/destroy.js:106:8)
at emitErrorCloseNT (internal/streams/destroy.js:74:3)
at processTicksAndRejections (internal/process/task_queues.js:82:21) {
errno: -4047,
code: 'EPIPE',
syscall: 'write'
}
^C
When BigTest hangs on Windows and I hit
Ctrl+C, I get a socket error. See the clip from the stream for more context.error