提交 2986418c 编写于 作者: I Ian Hickson 提交者: GitHub

Make the diagnostic "listening on" message consistent with observatory's (#3370)

上级 d45638fc
......@@ -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/');
});
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册