Skip to content

Commit 74178cb

Browse files
committed
Use async allback to child_process.execFile in incrementalCompilation.compileContents
1 parent 015adaf commit 74178cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/incrementalCompilation.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -619,7 +619,7 @@ async function compileContents(
619619
entry.project.bscBinaryLocation,
620620
callArgs,
621621
{ cwd: entry.project.rootPath },
622-
(error, _stdout, stderr) => {
622+
async (error, _stdout, stderr) => {
623623
if (!error?.killed) {
624624
if (debug())
625625
console.log(

0 commit comments

Comments
 (0)