diff --git a/engine/src/flutter/shell/common/diagnostic/diagnostic_server.dart b/engine/src/flutter/shell/common/diagnostic/diagnostic_server.dart index 6779713f7ff..aea869239fd 100644 --- a/engine/src/flutter/shell/common/diagnostic/diagnostic_server.dart +++ b/engine/src/flutter/shell/common/diagnostic/diagnostic_server.dart @@ -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/'); }); }