jonkemp/gulp-qunit
Ver no GitHubgulp-qunit.finished event emitted to wrong target
Open
#38 aberto em 7 de jun. de 2018
bughelp wanted
Métricas do repositório
- Stars
- (24 stars)
- Métricas de merge de PR
- (Métricas PR pendentes)
Description
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.