Skip to content

Commit

Permalink
Formatting: remove setting to keep temp file for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
rrthomas committed Sep 14, 2024
1 parent 150ca03 commit 943df89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ursa/fmt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit 943df89

Please sign in to comment.