Do early return for ServciesRunner::resolvedArgs in case of error
In this case, the args are empty and we would try to join an empty list. But in case of a malformed command, the executable name might still be env and we try to remove the first element from an empty list.
Edited by Alexander Lohnau