mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-07-07 19:36:33 +00:00
Aligned the IDE with gRPC server startup message.
Signed-off-by: Akos Kitta <kittaakos@typefox.io>
This commit is contained in:
parent
218aaf64c7
commit
b6df6b57a1
@ -166,7 +166,7 @@ export class ArduinoDaemonImpl implements ArduinoDaemon, BackendApplicationContr
|
||||
if (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;
|
||||
ready.resolve(daemon);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user