mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-11-14 12:49:28 +00:00
Aligned the IDE with gRPC server startup message.
Signed-off-by: Akos Kitta <kittaakos@typefox.io>
This commit is contained in:
@@ -166,7 +166,7 @@ export class ArduinoDaemonImpl implements ArduinoDaemon, BackendApplicationContr
|
|||||||
if (error) {
|
if (error) {
|
||||||
ready.reject(error);
|
ready.reject(error);
|
||||||
}
|
}
|
||||||
if (message.includes('Daemon is listening on TCP port')) {
|
if (message.includes('Daemon is now listening on 127.0.0.1')) {
|
||||||
grpcServerIsReady = true;
|
grpcServerIsReady = true;
|
||||||
ready.resolve(daemon);
|
ready.resolve(daemon);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user