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

This commit is contained in:
Ian Fischer 2015-10-06 16:19:06 -07:00
parent a9cbe436c4
commit 7990e874df

View file

@ -132,7 +132,6 @@ class IOSDevice extends _Device {
} else {
_logging.severe('$command is not available on your platform.');
}
exit(2);
}
return command;
});