Skip to content

Commit

Permalink
remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Jan 11, 2024
1 parent f893e1e commit fba2594
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/resolve.ts
Original file line number Diff line number Diff line change
Expand Up @@ -174,9 +174,7 @@ export async function lookupNodeModuleSubpath(
path: string,
): Promise<string | undefined> {
path = normalize(fileURLToPath(path));
console.log(path);
const { name, subpath } = parseNodeModulePath(path);
console.log({ name, subpath });
if (!name || !subpath) {
return subpath;
}
Expand Down

0 comments on commit fba2594

Please sign in to comment.