Commit 7990e874 authored by Ian Fischer's avatar Ian Fischer

Just log, don’t exit when the user is missing access to a command. Prevents...

Just log, don’t exit when the user is missing access to a command. Prevents inappropriately-failing tests.
parent a9cbe436
...@@ -132,7 +132,6 @@ class IOSDevice extends _Device { ...@@ -132,7 +132,6 @@ class IOSDevice extends _Device {
} else { } else {
_logging.severe('$command is not available on your platform.'); _logging.severe('$command is not available on your platform.');
} }
exit(2);
} }
return command; return command;
}); });
......
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