Skip to content
New issue

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

_stream_readable.js:693 Uncaught TypeError: dest.end is not a function #6

Open
idleberg opened this issue Jul 20, 2021 · 2 comments
Open
Labels
bug Something isn't working

Comments

@idleberg
Copy link
Collaborator

Description

The following error was introduced with [email protected]. 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

  1. apm install [email protected]
  2. Build a project

Expected behavior:

No error message logged

Actual behavior:

Throws error

Reproduces how often:

Always

Versions

v0.75.0

@idleberg
Copy link
Collaborator Author

idleberg commented Jul 25, 2021

This issue was introduced with the switch from tern.js to xterm: be58300

@idleberg idleberg added the bug Something isn't working label Aug 8, 2021
@github-actions
Copy link

github-actions bot commented Sep 8, 2021

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 14 days.

@github-actions github-actions bot added the stale label Sep 8, 2021
@idleberg idleberg removed the stale label Sep 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant