diff options
Diffstat (limited to 'cli/js.rs')
-rw-r--r-- | cli/js.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ mod tests { ..Default::default() }); js_runtime - .execute_script( + .execute_script_static( "<anon>", r#" if (!(bootstrap.mainRuntime && bootstrap.workerRuntime)) { |