Skip to content

Commit 04fa844

Browse files
committed
Small cleanup
1 parent 7805ea3 commit 04fa844

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

server/src/utils.ts

-13
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ export let formatUsingValidBscPath = (
8383
let result = childProcess.execFileSync(
8484
bscPath,
8585
["-color", "never", "-format", formatTempFileFullPath],
86-
{ stdio: "pipe" }
8786
);
8887
return {
8988
kind: "success",
@@ -113,18 +112,6 @@ export let runBsbWatcherUsingValidBsbPath = (
113112
cwd: projectRootPath,
114113
});
115114
}
116-
// try {
117-
// let result = childProcess.execFileSync(bsbPath, [], { stdio: 'pipe', cwd: projectRootPath })
118-
// return {
119-
// kind: 'success',
120-
// result: result.toString(),
121-
// }
122-
// } catch (e) {
123-
// return {
124-
// kind: 'error',
125-
// error: e.message,
126-
// }
127-
// }
128115
};
129116

130117
// Logic for parsing .compiler.log

0 commit comments

Comments
 (0)