Commit 97f62f89 authored by Ian Fischer's avatar Ian Fischer

Merge pull request #76 from iansf/ios_start

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