mirror of
https://github.com/denoland/deno.git
synced 2025-08-03 02:22:40 +00:00
fix(bench): require --unstable flag in JavaScript (#14091)
This commit is contained in:
parent
53dac7451b
commit
b82ded84d3
7 changed files with 35 additions and 2 deletions
|
@ -295,7 +295,7 @@ async fn bench_specifier(
|
|||
&ps,
|
||||
specifier.clone(),
|
||||
permissions,
|
||||
vec![ops::bench::init(channel.clone())],
|
||||
vec![ops::bench::init(channel.clone(), ps.flags.unstable)],
|
||||
);
|
||||
|
||||
if options.compat_mode {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue