Skip to content

Commit

Permalink
drop! debug logs
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinhagemeister committed Sep 25, 2024
1 parent 76f17c8 commit d96396f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/resolver.ts
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ export async function resolveViteSpecifier(
}

const resolved = await resolveDeno(id, root);
console.log("resolved deno", id, "->", resolved);

// Deno cannot resolve this
if (resolved === null) return;
Expand Down

0 comments on commit d96396f

Please sign in to comment.