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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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