Skip to content

Commit

Permalink
style: No inline comment
Browse files Browse the repository at this point in the history
  • Loading branch information
quentinrossetti committed Feb 6, 2022
1 parent 730a19f commit b42a4a0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/events.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ export const onStderrFactory = ({ Err }) => (stream, buffer) => {
}

export const onStdoutFactory = ({ Maybe }) => (stream, chunk) => {
const line = chunk //thanks to split2
// Thanks to split2
const line = chunk

// Maybe functions check if a condition is true and run the corresponding
// actions. They can mutate the stream, emit events, etc. The structure bellow
Expand Down

0 comments on commit b42a4a0

Please sign in to comment.