OverZealous / run-sequence

Run a series of dependent gulp tasks in order
MIT License
962 stars 61 forks source link

handle orchestration aborted events #97

Closed memoryhole closed 7 years ago

memoryhole commented 7 years ago

If running under a watcher, run-sequence will fail to trigger on subsequent calls to gulp.start when gulp.stop is called mid-sequence unless it handles the 'orchestration aborted' error.

memoryhole commented 7 years ago

Thank you for the quick review! I'll update according your comments.

OverZealous commented 7 years ago

Looks great, I'll get this published.

OverZealous commented 7 years ago

OK, should be published as v2.2.0. (I'm hoping this is a non-breaking change for anyone!)

memoryhole commented 7 years ago

@OverZealous should be, 🤞