lib/run_loop/cli/instruments.rb in run_loop-1.5.1 vs lib/run_loop/cli/instruments.rb in run_loop-1.5.2
- old
+ new
@@ -98,10 +98,9 @@
debug = options[:debug]
original_value = ENV['DEBUG']
ENV['DEBUG'] = '1' if debug
-
begin
launch_options = {
:args => parse_app_launch_args(options),
:udid => detect_device_udid_from_options(options),
:bundle_dir_or_bundle_id => detect_bundle_id_or_bundle_path(options)