Skip to content

Commit

Permalink
fixup: linting
Browse files Browse the repository at this point in the history
  • Loading branch information
ronag committed Nov 23, 2019
1 parent b1320d8 commit e5c3e85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/_stream_writable.js
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ function onwrite(stream, er) {

if (typeof cb !== 'function') {
errorOrDestroy(stream, new ERR_MULTIPLE_CALLBACK());
return
return;
}

state.writing = false;
Expand Down

0 comments on commit e5c3e85

Please sign in to comment.