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

Add prependListener method to fix piping in newer versions of Node #181

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

rummik
Copy link

@rummik rummik commented Nov 28, 2016

This seems to be a requirement for use with Node 6+ and doing a
process.stdin.pipe(<pty.js instance>) (possibly previous versions as
well, but I haven't checked)

Found while updating jedi4ever/ttyrec.js dependencies for use with newer
Node.js versions

This seems to be a requirement for use with Node 6+ and doing a
`process.stdin.pipe(<pty.js instance>)` (possibly previous versions as
well, but I haven't checked)

Found while updating jedi4ever/ttyrec.js dependencies for use with newer
Node.js versions
@rummik rummik changed the title Fix emitter.prependListener is not a function when piping from stdin Add .prependListener method to fix piping in newer versions of Node Nov 28, 2016
@rummik rummik changed the title Add .prependListener method to fix piping in newer versions of Node Add prependListener method to fix piping in newer versions of Node Nov 28, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant