We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
finish
end
1 parent 35733e0 commit 872cefaCopy full SHA for 872cefa
lib/output.ts
@@ -101,9 +101,8 @@ export class Output {
101
this.result = result;
102
if (this.project.reporter.finish) this.project.reporter.finish(result);
103
104
+ this.streamFull.emit('end');
105
this.streamFull.emit('finish');
- this.streamJs.emit('finish');
106
- this.streamDts.emit('finish');
107
this.streamFull.push(null);
108
this.streamJs.push(null);
109
this.streamDts.push(null);
0 commit comments