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.
1 parent 1a243ae commit 57c5269Copy full SHA for 57c5269
server/src/utils.ts
@@ -54,13 +54,13 @@ export let findBinary = (
54
};
55
56
export let findRescriptBinary = (
57
- binaryDirPath: p.DocumentUri | string
+ binaryDirPath: p.DocumentUri | null
58
): p.DocumentUri | null => {
59
return findBinary(binaryDirPath, c.rescriptBinName);
60
61
62
export let findBscBinary = (
63
64
65
return findBinary(binaryDirPath, c.bscBinName);
66
0 commit comments