Skip to content

Commit

Permalink
resolve one comment
Browse files Browse the repository at this point in the history
  • Loading branch information
fs-eire committed Apr 1, 2024
1 parent 7ab14ad commit 3b74efb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/web/script/build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ async function postProcess() {

const originalJsFileSize = (await fs.stat(jsFilePath)).size;

if (!(await fs.stat(sourcemapFilePath)).isFile()) {
if (!files.includes(file + '.map')) {
continue;
}

Expand Down

0 comments on commit 3b74efb

Please sign in to comment.