mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Make the diagnostic "listening on" message consistent with observatory's (flutter/engine#3370)
This commit is contained in:
parent
29872224ed
commit
ee825ea5d7
@ -17,7 +17,7 @@ void diagnosticServerStart(int port) {
|
||||
|
||||
String ip = server.address.address.toString();
|
||||
String port = server.port.toString();
|
||||
print('Diagnostic server listening on http://$ip:$port');
|
||||
print('Diagnostic server listening on http://$ip:$port/');
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user