We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When BigTest hangs on Windows and I hit Ctrl+C, I get a socket error. See the clip from the stream for more context.
Ctrl+C
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: