Revert "Keep LLDB connection to iOS device alive while running from CLI. (#35731)" (#35996)

This reverts commit d200dc150b.
This commit is contained in:
Jonah Williams
2019-07-11 10:44:41 -07:00
committed by GitHub
parent d200dc150b
commit ae8ff41abf

View File

@@ -45,7 +45,7 @@ class IOSDeploy {
'--bundle',
bundlePath,
'--no-wifi',
'--no-interactive',
'--justlaunch',
];
if (launchArguments.isNotEmpty) {
launchCommand.add('--args');