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.
null
1 parent 791267b commit 82b7db2Copy full SHA for 82b7db2
lib/jasmine.js
@@ -207,7 +207,7 @@ Jasmine.prototype.exitCodeCompletion = function(passed) {
207
var streams = [process.stdout, process.stderr];
208
var writesToWait = streams.length;
209
streams.forEach(function(stream) {
210
- stream.write('', exitIfAllStreamsCompleted);
+ stream.write('', null, exitIfAllStreamsCompleted);
211
});
212
function exitIfAllStreamsCompleted() {
213
writesToWait--;
0 commit comments