diff options
Diffstat (limited to 'bufio.ts')
| -rw-r--r-- | bufio.ts | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -425,7 +425,7 @@ export class BufWriter implements Writer { } else { n = copyBytes(this.buf, p, this.n); this.n += n; - this.flush(); + await this.flush(); } nn += n; p = p.subarray(n); |
