Skip to content

Commit 57c5269

Browse files
committed
types
1 parent 1a243ae commit 57c5269

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

server/src/utils.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,13 @@ export let findBinary = (
5454
};
5555

5656
export let findRescriptBinary = (
57-
binaryDirPath: p.DocumentUri | string
57+
binaryDirPath: p.DocumentUri | null
5858
): p.DocumentUri | null => {
5959
return findBinary(binaryDirPath, c.rescriptBinName);
6060
};
6161

6262
export let findBscBinary = (
63-
binaryDirPath: p.DocumentUri | string
63+
binaryDirPath: p.DocumentUri | null
6464
): p.DocumentUri | null => {
6565
return findBinary(binaryDirPath, c.bscBinName);
6666
};

0 commit comments

Comments
 (0)