mirror of
				https://github.com/arduino/arduino-ide.git
				synced 2025-11-03 23:48:32 +00:00 
			
		
		
		
	Update index after modifying the 3rd party URLs.
Signed-off-by: Akos Kitta <kittaakos@typefox.io>
This commit is contained in:
		@@ -25,7 +25,7 @@ export class CoreClientProvider extends GrpcClientProvider<CoreClientProvider.Cl
 | 
			
		||||
        client.client.close();
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    protected async reconcileClient(port: string | undefined): Promise<void> {
 | 
			
		||||
    protected async reconcileClient(port: string | number | undefined): Promise<void> {
 | 
			
		||||
        if (port && port === this._port) {
 | 
			
		||||
            // No need to create a new gRPC client, but we have to update the indexes.
 | 
			
		||||
            if (this._client && !(this._client instanceof Error)) {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user