jonkemp/gulp-qunit

gulp-qunit.finished event emitted to wrong target

Open

#38 创建于 2018年6月7日

在 GitHub 查看
 (1 评论) (0 反应) (0 负责人)JavaScript (19 fork)github user discovery
bughelp wanted

仓库指标

Star
 (24 star)
PR 合并指标
 (PR 指标待抓取)

描述

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.

贡献者指南