mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
remove an extraneous line of output when launching the simulator
This commit is contained in:
parent
e739d7431e
commit
27ae6c8b40
@ -476,7 +476,7 @@ class IOSSimulator extends Device {
|
||||
}
|
||||
|
||||
// Step 4: Launch the updated application in the simulator
|
||||
int launchResult = await runCommandAndStreamOutput([
|
||||
runCheckedSync([
|
||||
xcrunPath,
|
||||
'simctl',
|
||||
'launch',
|
||||
@ -484,11 +484,6 @@ class IOSSimulator extends Device {
|
||||
app.id
|
||||
]);
|
||||
|
||||
if (launchResult != 0) {
|
||||
printError('Could not launch the freshly installed application on the simulator');
|
||||
return false;
|
||||
}
|
||||
|
||||
printTrace('Successfully started ${app.name} on $id');
|
||||
return true;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user