Skip to content

Commit f7968c4

Browse files
committed
remove unnecessary comment
1 parent 17c50a9 commit f7968c4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ export class NewlineTransformer extends Transform {
8282
if (this._lastLineData) data = this._lastLineData + data
8383
const lines = data.split(newline)
8484
this._lastLineData = lines.pop()
85-
//@ts-ignore this works, node ignores the encoding if it's a number
8685
lines.forEach(this.push.bind(this))
8786
callback()
8887
}

0 commit comments

Comments
 (0)