jonkemp/gulp-qunit

gulp-qunit.finished event emitted to wrong target

オープン

#38 opened on 2018/06/07

 (1 件のコメント) (0 件のリアクション) (0 人の担当者)JavaScript (19 件のフォーク)github user discovery
bughelp wanted

Repository metrics

Stars
 (24 個のスター)
PR merge metrics
 (30d に merged 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.

コントリビューターガイド