Skip to content

Commit

Permalink
Make the diagnostic "listening on" message consistent with observator…
Browse files Browse the repository at this point in the history
…y's (flutter#3370)
  • Loading branch information
Hixie authored Jan 26, 2017
1 parent d45638f commit 2986418
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shell/common/diagnostic/diagnostic_server.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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/');
});
}

Expand Down

0 comments on commit 2986418

Please sign in to comment.