Commit e42be3c3 authored by Ryan Macnak's avatar Ryan Macnak Committed by GitHub

Print local url for Observatory on iOS. (#4948)

parent 67626a29
......@@ -307,7 +307,7 @@ class IOSDevice extends Device {
return null;
}
printTrace("Successfully forwarded remote $serviceName port $remotePort to $localPort.");
printStatus('$serviceName listening on http://127.0.0.1:$localPort');
return localPort;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment