Skip to content

Commit

Permalink
Update darknet.js
Browse files Browse the repository at this point in the history
  • Loading branch information
lutzroeder committed Feb 7, 2023
1 parent aedc23c commit d71f4d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/darknet.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ darknet.ModelFactory = class {
break;
default:
try {
const reader = text.Reader.open(context.stream.peek(), 65536);
const reader = text.Reader.open(context.stream, 65536);
for (;;) {
const line = reader.read();
if (line === undefined) {
Expand Down

0 comments on commit d71f4d8

Please sign in to comment.