slushjs / gulp-conflict

Check if files in stream conflict with those in target dir, with option to use new, keep old, show diff, etc.
MIT License
22 stars 12 forks source link

Gulp "end" event fires before conflict is resolved #12

Open matthew-dean opened 7 years ago

matthew-dean commented 7 years ago

I've noticed that my gulp stream actually fires the "end" event, even while this plugin is still prompting how I want to resolve conflicts. Is there any way to fix this?