mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
Keep LLDB connection to iOS device alive while running from CLI. (#35731)
This commit is contained in:
parent
e8fbdd85f0
commit
d200dc150b
@ -45,7 +45,7 @@ class IOSDeploy {
|
|||||||
'--bundle',
|
'--bundle',
|
||||||
bundlePath,
|
bundlePath,
|
||||||
'--no-wifi',
|
'--no-wifi',
|
||||||
'--justlaunch',
|
'--no-interactive',
|
||||||
];
|
];
|
||||||
if (launchArguments.isNotEmpty) {
|
if (launchArguments.isNotEmpty) {
|
||||||
launchCommand.add('--args');
|
launchCommand.add('--args');
|
||||||
|
Loading…
Reference in New Issue
Block a user