Skip to content

Commit 369a8f4

Browse files
Akos Kittakittaakos
Akos Kitta
authored andcommitted
Update index after modifying the 3rd party URLs.
Signed-off-by: Akos Kitta <[email protected]>
1 parent 4e7f829 commit 369a8f4

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
@@ -25,7 +25,7 @@ export class CoreClientProvider extends GrpcClientProvider<CoreClientProvider.Cl
2525
client.client.close();
2626
}
2727

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

0 commit comments

Comments
 (0)