Unverified Commit ae8ff41a authored by Jonah Williams's avatar Jonah Williams Committed by GitHub

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

This reverts commit d200dc15.
parent d200dc15
...@@ -45,7 +45,7 @@ class IOSDeploy { ...@@ -45,7 +45,7 @@ class IOSDeploy {
'--bundle', '--bundle',
bundlePath, bundlePath,
'--no-wifi', '--no-wifi',
'--no-interactive', '--justlaunch',
]; ];
if (launchArguments.isNotEmpty) { if (launchArguments.isNotEmpty) {
launchCommand.add('--args'); launchCommand.add('--args');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment