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