Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 67a456d

Browse files
author
Akos Kitta
committedMay 25, 2022
fixed port for the LS.
Signed-off-by: Akos Kitta <[email protected]>
1 parent 7ccb92b commit 67a456d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎arduino-ide-extension/src/browser/arduino-frontend-contribution.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ export class ArduinoFrontendContribution
373373
): Promise<void> {
374374
const release = await this.languageServerStartMutex.acquire();
375375
try {
376-
const port = this.daemon.tryGetPort();
376+
const port = await this.daemon.tryGetPort();
377377
if (!port) {
378378
return;
379379
}

0 commit comments

Comments
 (0)
Please sign in to comment.