Skip to content

Commit

Permalink
fix(src/test): Address lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
igoroctaviano committed Oct 15, 2024
1 parent e8ed5f8 commit 5313cbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BufferStream.js
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ class ReadBufferStream extends BufferStream {
throw new Error(value, "writeUint8 not implemented");
}

writeUint8Repeat(value) {
writeUint8Repeat(value, count) {
throw new Error(value, "writeUint8Repeat not implemented");
}

Expand Down

0 comments on commit 5313cbe

Please sign in to comment.