Skip to content

Commit f090360

Browse files
committed
generate wacz filename if deduping
1 parent 9db0872 commit f090360

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/crawler.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1693,7 +1693,7 @@ self.__bx_behaviors.selectMainBehavior();
16931693
this.storage = initStorage();
16941694
}
16951695

1696-
if (this.params.generateWACZ && this.storage) {
1696+
if (this.params.generateWACZ && (this.storage || this.deduping)) {
16971697
await this.crawlState.setWACZFilename();
16981698
}
16991699

0 commit comments

Comments
 (0)