Skip to content

Commit 7f6efa1

Browse files
committed
Format
1 parent c20b0de commit 7f6efa1

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

server/src/utils.ts

+6-4
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,12 @@ export let formatUsingValidBscExePath = (
8080
encoding: "utf-8",
8181
});
8282
try {
83-
let result = childProcess.execFileSync(
84-
bscExePath,
85-
["-color", "never", "-format", formatTempFileFullPath],
86-
);
83+
let result = childProcess.execFileSync(bscExePath, [
84+
"-color",
85+
"never",
86+
"-format",
87+
formatTempFileFullPath,
88+
]);
8789
return {
8890
kind: "success",
8991
result: result.toString(),

0 commit comments

Comments
 (0)