Closed iamEAP closed 10 years ago
Related to #188, but just a minor annoyance. PHP throws a warning when Terminus is unable to return a job list.
Invalid argument supplied for foreach() terminus.drush.inc:1754
Just need to account for terminus_jobs_list() returning FALSE.
terminus_jobs_list()
Agreed ... this looks good
Related to #188, but just a minor annoyance. PHP throws a warning when Terminus is unable to return a job list.
Just need to account for
terminus_jobs_list()
returning FALSE.