Skip to content

Commit cc0c772

Browse files
[skip ci] Update mappings
1 parent 5737a83 commit cc0c772

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37108,7 +37108,7 @@ const run = async (config) => {
3710837108
console.log(config.destinationDir);
3710937109
//const fileName = file.replace(config.sourceDir, "");
3711037110
const fileName = files[file];
37111-
const fileKey = external_path_default().join(config.destinationDir !== "" ? config.destinationDir : config.sourceDir, files[file]);
37111+
const fileKey = external_path_default().join(config.destinationDir !== "" ? config.destinationDir : config.sourceDir, fileName);
3711237112
if (fileName.includes('.gitkeep'))
3711337113
continue;
3711437114
console.log(fileKey);

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)