diff options
author | Divy Srivastava <dj.srivastava23@gmail.com> | 2024-09-20 14:32:25 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-20 14:32:25 +0530 |
commit | cbdeb35891cb4eea7aaeb140c9d2206751082863 (patch) | |
tree | f29755e5eb727bf0e5e8daaa32bb7b6308836bb8 /tools/format.js | |
parent | 1fb482863e31971c9d70216ebee9c2e482d0ba7d (diff) |
chore: update tools allow-run list (#25756)
Diffstat (limited to 'tools/format.js')
-rwxr-xr-x | tools/format.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/format.js b/tools/format.js index c1f151b55..74c608644 100755 --- a/tools/format.js +++ b/tools/format.js @@ -1,4 +1,4 @@ -#!/usr/bin/env -S deno run --allow-write --allow-read --allow-run --allow-net --config=tests/config/deno.json +#!/usr/bin/env -S deno run --allow-write --allow-read --allow-run=deno --allow-net --config=tests/config/deno.json // Copyright 2018-2024 the Deno authors. All rights reserved. MIT license. import { join, ROOT_PATH } from "./util.js"; |