Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(config-loader): do not set arguments if nil (#38)
When setting the arguments for the task using an optional value, in this case nil, it was raising a bad access exception from the Task. To avoid this i added a validation to the arguments settings those only when there is a non nil value.
- Loading branch information