Skip to content

Commit

Permalink
debug Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
tido64 committed Feb 24, 2025
1 parent 0501cb2 commit 2898c9a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions incubator/yarn-plugin-align-deps/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ async function loadUserProfiles(
const { pathToFileURL } = require("node:url");

const profilesPath = path.resolve(projectRoot, profiles);
console.log({ url: profilesPath, path: pathToFileURL(profilesPath) });
const external = await import(pathToFileURL(profilesPath).toString());
return external?.default ?? external;
}
Expand Down

0 comments on commit 2898c9a

Please sign in to comment.