Skip to content

Commit ecb9577

Browse files
committed
qa: skip pages from dependency waczs
1 parent 3906f41 commit ecb9577

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/replaycrawler.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,9 @@ export class ReplayCrawler extends Crawler {
190190
} else {
191191
// otherwise, parse pages from WACZ files
192192
for (const entry of json.resources) {
193+
if (entry.fromDependency) {
194+
continue;
195+
}
193196
if (entry.path) {
194197
await this.loadPages(entry.path);
195198
}

0 commit comments

Comments
 (0)