Skip to content

Commit 8caa627

Browse files
author
Akos Kitta
committed
Update index after modifying the 3rd party URLs.
Signed-off-by: Akos Kitta <[email protected]>
1 parent 128bffa commit 8caa627

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: arduino-ide-extension/src/node/core-client-provider.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export class CoreClientProvider extends GrpcClientProvider<CoreClientProvider.Cl
2424
client.client.close();
2525
}
2626

27-
protected async reconcileClient(port: string | undefined): Promise<void> {
27+
protected async reconcileClient(port: string | number | undefined): Promise<void> {
2828
if (port && port === this._port) {
2929
// No need to create a new gRPC client, but we have to update the indexes.
3030
if (this._client) {

0 commit comments

Comments
 (0)