We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17c50a9 commit f7968c4Copy full SHA for f7968c4
index.ts
@@ -82,7 +82,6 @@ export class NewlineTransformer extends Transform {
82
if (this._lastLineData) data = this._lastLineData + data
83
const lines = data.split(newline)
84
this._lastLineData = lines.pop()
85
- //@ts-ignore this works, node ignores the encoding if it's a number
86
lines.forEach(this.push.bind(this))
87
callback()
88
}
0 commit comments