We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b20cbf8 + d58a905 commit c1b3031Copy full SHA for c1b3031
server/src/utils.ts
@@ -100,8 +100,8 @@ let findBinary = async (
100
);
101
const contents = await fsAsync.readFile(compilerInfo, "utf8");
102
const compileInfo = JSON.parse(contents);
103
- if (compileInfo && compileInfo.runtime_path) {
104
- return compileInfo.runtime_path;
+ if (compileInfo && compileInfo.bsc_path) {
+ return compileInfo.bsc_path;
105
}
106
} catch {}
107
0 commit comments