gulp-qunit icon indicating copy to clipboard operation
gulp-qunit copied to clipboard

gulp-qunit.finished event emitted to wrong target

Open jareguo opened this issue 6 years ago • 1 comments

In https://github.com/jonkemp/gulp-qunit/pull/13/files, the event was emitted to gulp stream. (because this binded to through) But in https://github.com/jonkemp/gulp-qunit/commit/734543fa81a725da1acfc91695e602de543b277b, the event was emitted to the child process. So users cannot listen to the event from outside.

jareguo avatar Jun 07 '18 06:06 jareguo

Oh, oops.

jonkemp avatar Jun 07 '18 15:06 jonkemp