We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e7f829 commit 369a8f4Copy full SHA for 369a8f4
arduino-ide-extension/src/node/core-client-provider.ts
@@ -25,7 +25,7 @@ export class CoreClientProvider extends GrpcClientProvider<CoreClientProvider.Cl
25
client.client.close();
26
}
27
28
- protected async reconcileClient(port: string | undefined): Promise<void> {
+ protected async reconcileClient(port: string | number | undefined): Promise<void> {
29
if (port && port === this._port) {
30
// No need to create a new gRPC client, but we have to update the indexes.
31
if (this._client && !(this._client instanceof Error)) {
0 commit comments