Skip to content

Commit

Permalink
chore: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
yjl9903 committed Sep 20, 2024
1 parent bc970f8 commit 332b3cb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/animegarden/src/garden/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,8 @@ export async function fetchResources<T extends FetchResourcesOptions = FetchReso
headers.set(`user-agent`, `animegarden@${version}`);
}

console.log('Fetch resources:', url.toString());

const resp = await fetch(url.toString(), {
headers,
signal: options.signal
Expand Down

0 comments on commit 332b3cb

Please sign in to comment.