You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If "wait-list" is used, and that job doesn't run at all (in my case, the job I'm waiting for doesn't always need to run), we get: throw new Error("No targets found except wait-other-jobs itself"); I think perhaps the proper fix here, if possible, might be to add a third parameter to wait-list to indicate the job is optional, or (much easier) just an overall "jobs-might-not-exist" parameter that skips that Throw? Because if it's not
How
the guard message applied since 3.0.0, just dropping might be enough
add options to handle that?
The text was updated successfully, but these errors were encountered:
What
Extracted from #754 (comment)
How
The text was updated successfully, but these errors were encountered: