Skip to content

Commit 6468a78

Browse files
committed
Fix comment lint
1 parent 98e2349 commit 6468a78

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/common/input/WriteBuffer.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,8 @@ export class WriteBuffer extends Disposable {
202202
* throughput by eval'ing `startTime` upfront pulling at least one more chunk into the
203203
* current microtask queue (executed before setTimeout).
204204
*/
205-
// const continuation: (r: boolean) => void = performance.now() - startTime >= WRITE_TIMEOUT_MS
205+
// const continuation: (r: boolean) => void = performance.now() - startTime >=
206+
// WRITE_TIMEOUT_MS
206207
// ? r => setTimeout(() => this._innerWrite(0, r))
207208
// : r => this._innerWrite(startTime, r);
208209

0 commit comments

Comments
 (0)