mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
Minor: Remove unnecessary continue
This commit is contained in:
parent
e98b7f4c48
commit
02f423f5d3
@ -107,7 +107,6 @@ abstract class StartCommandBase extends FlutterCommand {
|
||||
bool result = await device.startApp(package);
|
||||
if (!result) {
|
||||
logging.severe('Could not start \'${package.name}\' on \'${device.id}\'');
|
||||
continue;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user