Skip to content

Commit 0aac6b4

Browse files
authored
Merge pull request #246 from shrinishLT/DOT-4671
2 parents 0519a81 + 5463e01 commit 0aac6b4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/lib/processSnapshot.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -433,6 +433,8 @@ export default async function processSnapshot(snapshot: Snapshot, ctx: Context):
433433
}
434434
}
435435
}
436+
processedOptions.ignoreDOM = options?.ignoreDOM;
437+
processedOptions.selectDOM = options?.selectDOM;
436438
ctx.log.debug(`Processed options: ${JSON.stringify(processedOptions)}`);
437439
}
438440

0 commit comments

Comments
 (0)