Skip to content

Commit f0d01f7

Browse files
committed
Update leetCodeExecutor.ts
1 parent 1034001 commit f0d01f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/leetCodeExecutor.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class LeetCodeExecutor implements Disposable {
2727
}, this);
2828
}
2929

30-
public async getLeetCodeBinaryPath() {
30+
public async getLeetCodeBinaryPath(): Promise<string> {
3131
return __awaiter(this, void 0, void 0, function* () {
3232
if (wsl.useWsl()) {
3333
return `${yield wsl.toWslPath(`"${path.join(yield `"${this.leetCodeRootPath}"`, "bin", "leetcode")}"`)}`;

0 commit comments

Comments
 (0)