Unverified Commit 07081a1d authored by Michael Thomsen's avatar Michael Thomsen Committed by GitHub

Fix flutter run output (#17920)

parent fb95fcba
...@@ -718,7 +718,7 @@ class HotRunner extends ResidentRunner { ...@@ -718,7 +718,7 @@ class HotRunner extends ResidentRunner {
const String reset = '\u001B[0m'; const String reset = '\u001B[0m';
printStatus( printStatus(
'$fire To hot reload changes while running, press "r". To hot restart (and rebuild state), press "R".', '$fire To hot reload changes while running, press "r". To hot restart (and rebuild state), press "R".',
ansiAlternative: '$red$fire$bold To hot reload changes while running, press "r",' ansiAlternative: '$red$fire$bold To hot reload changes while running, press "r". '
'To hot restart (and rebuild state), press "R".$reset' 'To hot restart (and rebuild state), press "R".$reset'
); );
for (FlutterDevice device in flutterDevices) { for (FlutterDevice device in flutterDevices) {
......
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