Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidAnson committed Dec 16, 2024
1 parent e2d5436 commit 0dc3fec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion markdownlint-cli2.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ const importModule = async (dirOrDirs, id, noRequire) => {
try {
let moduleName = null;
try {
moduleName = resolveModule(dynamicRequire, expandId, dirs);
moduleName = pathToFileURL(resolveModule(dynamicRequire, expandId, dirs));
} catch {
moduleName =
// eslint-disable-next-line n/no-unsupported-features/node-builtins
Expand Down

0 comments on commit 0dc3fec

Please sign in to comment.