minor tweak to the text output (#6695)
This commit is contained in:
parent
74dd0a3a2c
commit
bea50b59a1
@ -128,8 +128,7 @@ class RunCommand extends RunCommandBase {
|
||||
if (getCurrentHostPlatform() == HostPlatform.darwin_x64 &&
|
||||
XCode.instance.isInstalledAndMeetsVersionCheck) {
|
||||
printStatus('');
|
||||
printStatus('To run on a simulator, launch it first:');
|
||||
printStatus('open -a Simulator.app');
|
||||
printStatus('To run on a simulator, launch it first: open -a Simulator.app');
|
||||
printStatus('');
|
||||
printStatus('If you expected your device to be detected, please run "flutter doctor" to diagnose');
|
||||
printStatus('potential issues, or visit https://flutter.io/setup/ for troubleshooting tips.');
|
||||
|
Loading…
x
Reference in New Issue
Block a user