jonkemp/gulp-qunit

gulp-qunit.finished event emitted to wrong target

開放

#38 建立於 2018年6月7日

 (1 則留言) (0 個反應) (0 位負責人)JavaScript (19 個分叉)github user discovery
bughelp wanted

倉庫指標

星標
 (24 顆星)
PR 合併指標
 (30 天內沒有已合併 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.

貢獻者指南