Skip to content

Commit

Permalink
do it!
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Mar 3, 2025
1 parent 05a0a3c commit 52fc70a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/resolve/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export async function findFile(

// Test input itself first
if (filenames.includes(segments.at(-1)!) && (await options.test(basePath))) {
// return basePath;
return basePath;
}

// Restore leading slash
Expand Down

0 comments on commit 52fc70a

Please sign in to comment.