amonks / run

Go run some tasks!
https://amonks.github.io/run/
Other
19 stars 4 forks source link

fix: short cmdless tasks exit when dependencies are done #88

Closed amonks closed 9 months ago

amonks commented 9 months ago

Before the last update (which allowed cmd-less tasks to be short), all cmd-less tasks were considered "long", and were kept alive until the run was canceled by something else.

The last update mistakenly preserved this keepalive behavior, even for "short" cmd-less tasks.