Skip to content

Commit 003d4f7

Browse files
author
Sahar Shemesh
committed
chore: lint
1 parent 52a6c05 commit 003d4f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/shared/stdio.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export class ReadBuffer {
2323
this._validLines = [];
2424
this._lastIncompleteLine = '';
2525
}
26-
26+
2727
private _processChunk(newChunk: Buffer): void {
2828
// Combine any previously incomplete line with the new chunk
2929
const combinedText = this._lastIncompleteLine + newChunk.toString('utf8');

0 commit comments

Comments
 (0)