Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Shougo committed Dec 8, 2023
1 parent bc84aa6 commit 519c8a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion denops/ddc/loader.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export class Loader {
const staticLines = [];
for (const [index, path] of mods.entries()) {
staticLines.push(
`import * as mod${index} from "${toFileUrl(path)}.href"`,
`import * as mod${index} from "${toFileUrl(path).href}"`,
);
}
staticLines.push("export const mods = {");
Expand Down

0 comments on commit 519c8a6

Please sign in to comment.