diff options
Diffstat (limited to 'format.ts')
| -rwxr-xr-x | format.ts | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ const { exit, args, execPath } = Deno; import { parse } from "./flags/mod.ts"; import { xrun } from "./prettier/util.ts"; -async function main(opts) { +async function main(opts): Promise<void> { const args = [ execPath, "--allow-write", |
