Skip to content

Commit

Permalink
Undo change to bufio.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
piscisaureus committed May 23, 2019
1 parent cad1142 commit c9a6a5a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion io/bufio.ts
Expand Up @@ -429,7 +429,6 @@ export class BufWriter implements Writer {
return err;
}
this.n = 0;
return null;
}

/** Returns how many bytes are unused in the buffer. */
Expand Down

0 comments on commit c9a6a5a

Please sign in to comment.