Skip to content

Commit 3e5fc9f

Browse files
committed
more logs
1 parent 48e1f4f commit 3e5fc9f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/hub/src/utils/XetBlob.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,9 @@ export class XetBlob extends Blob {
244244
);
245245
}
246246

247+
console.log("term", term);
248+
console.log("fetchinfo", fetchInfo);
249+
247250
let resp = await customFetch(fetchInfo.url, {
248251
headers: {
249252
Range: `bytes=${fetchInfo.url_range.start}-${fetchInfo.url_range.end}`,

0 commit comments

Comments
 (0)