mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Fully rename to hot restart (#17897)
* Fully rename to hot restart
Follow-up change to f48dec570c
* Review feedback
This commit is contained in:
parent
bae78a6f73
commit
fb95fcbae5
@ -717,9 +717,9 @@ class HotRunner extends ResidentRunner {
|
||||
const String bold = '\u001B[0;1m';
|
||||
const String reset = '\u001B[0m';
|
||||
printStatus(
|
||||
'$fire To hot reload your app on the fly, press "r". To restart the app entirely, press "R".',
|
||||
ansiAlternative: '$red$fire$bold To hot reload your app on the fly, '
|
||||
'press "r". To restart the app entirely, press "R".$reset'
|
||||
'$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",'
|
||||
'To hot restart (and rebuild state), press "R".$reset'
|
||||
);
|
||||
for (FlutterDevice device in flutterDevices) {
|
||||
final String dname = device.device.name;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user