Skip to content

Commit

Permalink
fix: windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Timeless0911 committed Feb 7, 2025
1 parent 14285f8 commit c65d1a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/plugin-dts/src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ export async function redirectDtsImports(
}
}

code.overwrite(start, end, redirectImportPath);
code.overwrite(start, end, normalize(redirectImportPath));
} catch (err) {
logger.debug(err);
}
Expand Down

0 comments on commit c65d1a0

Please sign in to comment.