Commit bea50b59 authored by Devon Carew's avatar Devon Carew Committed by GitHub

minor tweak to the text output (#6695)

parent 74dd0a3a
...@@ -128,8 +128,7 @@ class RunCommand extends RunCommandBase { ...@@ -128,8 +128,7 @@ class RunCommand extends RunCommandBase {
if (getCurrentHostPlatform() == HostPlatform.darwin_x64 && if (getCurrentHostPlatform() == HostPlatform.darwin_x64 &&
XCode.instance.isInstalledAndMeetsVersionCheck) { XCode.instance.isInstalledAndMeetsVersionCheck) {
printStatus(''); printStatus('');
printStatus('To run on a simulator, launch it first:'); printStatus('To run on a simulator, launch it first: open -a Simulator.app');
printStatus('open -a Simulator.app');
printStatus(''); printStatus('');
printStatus('If you expected your device to be detected, please run "flutter doctor" to diagnose'); 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.'); printStatus('potential issues, or visit https://flutter.io/setup/ for troubleshooting tips.');
......
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