remove a period from the service protocol printout (#39545)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user