Skip to content

Commit 48e1f4f

Browse files
committed
more logs
1 parent a99ab19 commit 48e1f4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/hub/src/utils/XetBlob.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ export class XetBlob extends Blob {
279279
const result = await reader.read();
280280
done = result.done;
281281

282-
console.log("read", result.value?.length, "bytes");
282+
console.log("read", result.value?.length, "bytes", "total read", totalBytesRead);
283283

284284
if (!result.value) {
285285
continue;

0 commit comments

Comments
 (0)