Unverified Commit e468296a authored by Devon Carew's avatar Devon Carew Committed by GitHub

remove a period from the service protocol printout (#39545)

parent 84e5f231
...@@ -208,7 +208,7 @@ class ResidentWebRunner extends ResidentRunner { ...@@ -208,7 +208,7 @@ class ResidentWebRunner extends ResidentRunner {
websocketUri = Uri.parse(_debugConnection.uri); websocketUri = Uri.parse(_debugConnection.uri);
} }
if (websocketUri != null) { if (websocketUri != null) {
printStatus('Debug service listening on $websocketUri.'); printStatus('Debug service listening on $websocketUri');
} }
connectionInfoCompleter?.complete( connectionInfoCompleter?.complete(
DebugConnectionInfo(wsUri: websocketUri) DebugConnectionInfo(wsUri: websocketUri)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment