Skip to content

Commit f007b0e

Browse files
author
Akos Kitta
committed
fixed port for the LS.
Signed-off-by: Akos Kitta <[email protected]>
1 parent 5d93a74 commit f007b0e

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

+1-1
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)