1 parent ba7327d commit 20dba84Copy full SHA for 20dba84
1 file changed
scripts/verify-real-javascript-replay.mjs
@@ -52,7 +52,7 @@ const roots = [
52
),
53
];
54
const policy = {
55
- enabled: true,
+ status: "enabled",
56
roots,
57
nodePath: process.execPath,
58
bubblewrapPath:
@@ -93,7 +93,7 @@ const authority = new PermissionAuthority(
93
94
);
95
const dependencies = {
96
- policy,
+ policy: () => policy,
97
host: new SystemJavaScriptReplayHost(),
98
runner: new LinuxJavaScriptReplayRunner(),
99
authority,
0 commit comments