-
Notifications
You must be signed in to change notification settings - Fork 744
write after end: internal error #206
Copy link
Copy link
Closed
Description
Unsure whats going on here. Redacted some of the paths but the gist is I was just running a simple git command with exec and this error occurs inconsistently.
events.js:85
throw er; // Unhandled 'error' event
^
Error: write after end
at writeAfterEnd (_stream_writable.js:167:12)
at WriteStream.Writable.write (_stream_writable.js:214:5)
at Socket.ondata (_stream_readable.js:540:20)
at Socket.emit (events.js:129:20)
at readableAddChunk (_stream_readable.js:163:16)
at Socket.Readable.push (_stream_readable.js:126:10)
at Pipe.onread (net.js:538:20)
shell.js: internal error
Error: Command failed: "/usr/local/Cellar/node/0.12.2_1/bin/node" /var/folders/tc/3nj4rdm51sd47dd9smfx8jwr0000gn/T/shelljs_81b3df4c8d0f8dddc564
at checkExecSyncError (child_process.js:1346:13)
at Object.execSync (child_process.js:1386:13)
at execSync (/.../shelljs/src/exec.js:77:11)
at Object._exec (/.../shelljs/src/exec.js:210:12)
at Object.exec (/.../shelljs/src/common.js:182:23)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels