You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following error was introduced with buildium@0.75.0. Functionality seems unaffected.
_stream_readable.js:693 Uncaught TypeError: dest.end is not a function
at Socket.onend (_stream_readable.js:693)
at Object.onceWrapper (events.js:312)
at Socket.emit (events.js:228)
at endReadableNT (_stream_readable.js:1185)
at processTicksAndRejections (internal/process/task_queues.js:81)
onend @ _stream_readable.js:693
onceWrapper @ events.js:312
emit @ events.js:228
endReadableNT @ _stream_readable.js:1185
processTicksAndRejections @ internal/process/task_queues.js:81
23:23:26.069
Steps to Reproduce
apm install buildium@0.75.0
Build a project
Expected behavior:
No error message logged
Actual behavior:
Throws error
Reproduces how often:
Always
Versions
v0.75.0
The text was updated successfully, but these errors were encountered:
Description
The following error was introduced with
buildium@0.75.0
. Functionality seems unaffected.Steps to Reproduce
apm install buildium@0.75.0
Expected behavior:
No error message logged
Actual behavior:
Throws error
Reproduces how often:
Always
Versions
v0.75.0
The text was updated successfully, but these errors were encountered: