Skip to content

Commit

Permalink
fix: delete winpath
Browse files Browse the repository at this point in the history
  • Loading branch information
Jinbao1001 committed May 16, 2024
1 parent f7dac18 commit af3226d
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -316,9 +316,7 @@ export default (api: IApi) => {
.substring(0, 8);
}
writeFileSync(
winPath(
join(api.paths.absOutputPath, `${PRELOAD_ROUTE_MAP_SCP_TYPE}.js`),
),
join(api.paths.absOutputPath, `${PRELOAD_ROUTE_MAP_SCP_TYPE}.js`),
content,
),
'utf-8';
Expand Down

0 comments on commit af3226d

Please sign in to comment.