Skip to content

Commit 20dba84

Browse files
committed
fix(replay): update real verifier policy dependency
1 parent ba7327d commit 20dba84

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/verify-real-javascript-replay.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ const roots = [
5252
),
5353
];
5454
const policy = {
55-
enabled: true,
55+
status: "enabled",
5656
roots,
5757
nodePath: process.execPath,
5858
bubblewrapPath:
@@ -93,7 +93,7 @@ const authority = new PermissionAuthority(
9393
),
9494
);
9595
const dependencies = {
96-
policy,
96+
policy: () => policy,
9797
host: new SystemJavaScriptReplayHost(),
9898
runner: new LinuxJavaScriptReplayRunner(),
9999
authority,

0 commit comments

Comments
 (0)