Skip to content

Commit

Permalink
Update deno.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
mcandeia authored Aug 20, 2024
1 parent 64054f5 commit 325cf6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/tailwind/deno.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ const resolveRecursively = async (
importMapResolver: ImportMapResolver,
cache: Map<string, string>,
) => {
const resolvedPath = importMapResolver.resolve(path, context);
const resolvedPath = await importMapResolver.resolve(path, context);

if (!resolvedPath || skipPath(resolvedPath) || cache.has(resolvedPath)) {
return;
Expand Down

0 comments on commit 325cf6c

Please sign in to comment.