jonkemp/gulp-qunit

gulp-qunit.finished event emitted to wrong target

Aperta

#38 aperta il 7 giu 2018

 (1 commento) (0 reazioni) (0 assegnatari)JavaScript (19 fork)github user discovery
bughelp wanted

Metriche repository

Star
 (24 stelle)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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.

Guida contributor