forked from firka/flutter
Remove newline
This commit is contained in:
committed by
Danny Tuppeny
parent
2144c7a6d3
commit
259dd571a2
@@ -63,7 +63,7 @@ class EmulatorsCommand extends FlutterCommand {
|
||||
printStatus('No emulators available.\n\n'
|
||||
// TODO: Change these when we support creation
|
||||
// 'You may need to create images using "flutter emulators --create"\n'
|
||||
'You may need to create one using Android Studio\n'
|
||||
'You may need to create one using Android Studio '
|
||||
'or visit https://flutter.io/setup/ for troubleshooting tips.');
|
||||
final List<String> diagnostics =
|
||||
await emulatorManager.getEmulatorDiagnostics();
|
||||
|
||||
Reference in New Issue
Block a user