Skip to content

Commit 72294cf

Browse files
author
owent
committed
Merge remote-tracking branch 'origin/v1'
# Conflicts: # lib/index.js # lib/index.js.map
2 parents f598279 + f8efb78 commit 72294cf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,8 @@ async function run() {
575575
const file_base_name_lc = file_base_name.toLowerCase();
576576
if (old_asset_map.has(file_base_name_lc)) {
577577
if (in_delete_rule.has(file_base_name_lc)) {
578-
// Already in delete rule, do nothing.
578+
// Already in delete rule, add to upload queue.
579+
pending_to_upload.push(file_path);
579580
console.log(
580581
`Overwrite asset file: ${file_base_name} , because it match ${delete_files_pattern}.`
581582
);

0 commit comments

Comments
 (0)