Unverified Commit b70e7a9b authored by Jonah Williams's avatar Jonah Williams Committed by GitHub

[flutter_tools] fix incorrect comment on web runner (#57450)

parent 4c21fb90
......@@ -174,8 +174,7 @@ abstract class ResidentWebRunner extends ResidentRunner {
}
const String fire = '🔥';
const String rawMessage =
' To hot restart changes while running, press "r". '
'To hot restart (and refresh the browser), press "R".';
' To hot restart changes while running, press "r" or "R".';
final String message = globals.terminal.color(
fire + globals.terminal.bolden(rawMessage),
TerminalColor.red,
......
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