From 943df895e57934bee96be61d2c5d3ebe8ca4a7fc Mon Sep 17 00:00:00 2001 From: Reuben Thomas Date: Sat, 14 Sep 2024 13:41:43 +0100 Subject: [PATCH] Formatting: remove setting to keep temp file for debugging --- src/ursa/fmt.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ursa/fmt.ts b/src/ursa/fmt.ts index 1534ae8..823d4af 100644 --- a/src/ursa/fmt.ts +++ b/src/ursa/fmt.ts @@ -16,7 +16,7 @@ export function format( expr: string, indentString: string = ' ', ): string { - const tmpConfigFile = tmp.fileSync({keep: true}) + const tmpConfigFile = tmp.fileSync() fs.writeFileSync(tmpConfigFile.fd, `\ { languages = {