Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Skrypt committed Jan 10, 2025
1 parent 5d4a1eb commit 86948be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .scripts/assets-build-tool/min.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ glob(config.source).then((files) => {
dest,
path.parse(target).name + ".map"
);
await fs.outputFile(mappedTarget, (output.map.replace(/(?:\\[rn])+/g, "\\n")) + "\n");
await fs.outputFile(mappedTarget, (map.replace(/(?:\\[rn])+/g, "\\n")) + "\n");
console.log(
`Mapped (${chalk.gray("from")}, ${chalk.cyan(
"to"
Expand Down

0 comments on commit 86948be

Please sign in to comment.