Skip to content

Commit cbe1239

Browse files
committed
Make utils.runAnalysisCommand async
1 parent 95ca8da commit cbe1239

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ export let runAnalysisAfterSanityCheck = async (
360360
}
361361
};
362362

363-
export let runAnalysisCommand = (
363+
export let runAnalysisCommand = async (
364364
filePath: p.DocumentUri,
365365
args: Array<any>,
366366
msg: RequestMessage,

0 commit comments

Comments
 (0)