Skip to content

Commit 6858d14

Browse files
committed
Correct path to the prod binary.
1 parent 3c16882 commit 6858d14

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

client/src/commands/code_analysis.ts

+2
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,8 @@ let analysisDevPath = path.join(
136136

137137
let analysisProdPath = path.join(
138138
path.dirname(__dirname),
139+
"..",
140+
"..",
139141
"server",
140142
"analysis_binaries",
141143
process.platform,

0 commit comments

Comments
 (0)