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

Remove return statement in console reactor #66

Merged
merged 1 commit into from Apr 7, 2014
Merged

Remove return statement in console reactor #66

merged 1 commit into from Apr 7, 2014

Conversation

fb55
Copy link
Contributor

@fb55 fb55 commented Apr 7, 2014

Otherwise, if data isn't consumed afterwards, a piped source will be paused after the first event.

Explanation: emit returns false if the event isn't handled, pipe pauses the source stream when the target's write method returns false.

Otherwise, if data isn't consumed afterwards, a `pipe`d source will be paused after the first event. 

Exmplanation: `emit` returns false if the event isn't handled, `pipe` pauses the source stream when the target's `write` method returns false.
@jcrugzz
Copy link
Member

jcrugzz commented Apr 7, 2014

@fb55 nice find

jcrugzz added a commit that referenced this pull request Apr 7, 2014
Remove return statement in console reactor
@jcrugzz jcrugzz merged commit 6cd192f into nodejitsu:master Apr 7, 2014
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

2 participants