Skip to content

Commit

Permalink
comment cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
phated committed Oct 13, 2022
1 parent 0449941 commit 685f494
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -272,8 +272,7 @@ function appendBuffer(buf1, buf2) {
return Buffer.concat([buf1, buf2, eol]);
}

// Implementation heavily inspired by
// https://github.com/maxogden/eol-stream/blob/master/index.js
// Implementation heavily inspired by https://github.com/maxogden/eol-stream
function appendStream(text) {
var crAtEnd = false;
var detected = false;
Expand Down

0 comments on commit 685f494

Please sign in to comment.