diff --git a/src/common/command/snapshot/page-snapshot-remove.command.ts b/src/common/command/snapshot/page-snapshot-remove.command.ts index c787146..87a56ad 100644 --- a/src/common/command/snapshot/page-snapshot-remove.command.ts +++ b/src/common/command/snapshot/page-snapshot-remove.command.ts @@ -82,6 +82,6 @@ export class PageSnapshotRemoveCommand implements ICommand> { ref.push(...cssRefs); // remove snapshot - await new PageSegmentRemoveListCommand([hash]).execute(); + await new PageSegmentRemoveListCommand([...ref, hash]).execute(); }; }