summaryrefslogtreecommitdiff
path: root/tools/build_bench.ts
diff options
context:
space:
mode:
Diffstat (limited to 'tools/build_bench.ts')
-rwxr-xr-xtools/build_bench.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/build_bench.ts b/tools/build_bench.ts
index 46075ccf0..31f7a29a9 100755
--- a/tools/build_bench.ts
+++ b/tools/build_bench.ts
@@ -1,4 +1,4 @@
-#!/usr/bin/env -S deno run --unstable --allow-env --allow-read --allow-write --allow-run
+#!/usr/bin/env -S deno run --allow-env --allow-read --allow-write --allow-run
// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
import $ from "https://deno.land/x/dax@0.32.0/mod.ts";