minor tweak to the text output (#6695)

This commit is contained in:
Devon Carew 2016-11-07 14:47:42 -08:00 committed by GitHub
parent 74dd0a3a2c
commit bea50b59a1

View File

@ -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.');