summaryrefslogtreecommitdiff
path: root/prettier/util.ts
diff options
context:
space:
mode:
Diffstat (limited to 'prettier/util.ts')
-rw-r--r--prettier/util.ts2
1 files changed, 0 insertions, 2 deletions
diff --git a/prettier/util.ts b/prettier/util.ts
index abbf5a993..1c5513c8d 100644
--- a/prettier/util.ts
+++ b/prettier/util.ts
@@ -8,5 +8,3 @@ export function xrun(opts): Deno.Process {
args: build.os === "win" ? ["cmd.exe", "/c", ...opts.args] : opts.args
});
}
-
-export const executableSuffix = build.os === "win" ? ".exe" : "";