mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
remove a period from the service protocol printout (#39545)
This commit is contained in:
parent
84e5f231f3
commit
e468296af3
@ -208,7 +208,7 @@ class ResidentWebRunner extends ResidentRunner {
|
||||
websocketUri = Uri.parse(_debugConnection.uri);
|
||||
}
|
||||
if (websocketUri != null) {
|
||||
printStatus('Debug service listening on $websocketUri.');
|
||||
printStatus('Debug service listening on $websocketUri');
|
||||
}
|
||||
connectionInfoCompleter?.complete(
|
||||
DebugConnectionInfo(wsUri: websocketUri)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user