Aligned the IDE with gRPC server startup message.

Signed-off-by: Akos Kitta <kittaakos@typefox.io>
This commit is contained in:
Akos Kitta 2020-07-17 10:21:40 +02:00
parent 218aaf64c7
commit b6df6b57a1

View File

@ -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);
}