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 ff4ee14 commit d9029baCopy full SHA for d9029ba
arduino-ide-extension/src/browser/arduino-frontend-contribution.tsx
@@ -373,7 +373,7 @@ export class ArduinoFrontendContribution
373
): Promise<void> {
374
const release = await this.languageServerStartMutex.acquire();
375
try {
376
- const port = this.daemon.tryGetPort();
+ const port = await this.daemon.tryGetPort();
377
if (!port) {
378
return;
379
}
0 commit comments