Skip to content

Commit b4361c9

Browse files
committed
update format.ts
1 parent eb8e3ed commit b4361c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

format.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { parse } from "https://deno.land/x/flags/mod.ts";
44
const { exit, args, run } = Deno;
55

66
async function main(opts) {
7-
const args = ["deno", "--allow-run", "--fmt", "--ignore", "lib"];
7+
const args = ["deno", "fmt", "--", "--ignore", "lib"];
88

99
if (opts.check) {
1010
args.push("--check");

0 commit comments

Comments
 (0)