Skip to content

Commit c8e5a62

Browse files
Nicita01lundibundi
Nicita01
authored andcommitted
Migrate /tests to metatests
PR-URL: #382
1 parent 3d83c56 commit c8e5a62

28 files changed

+2388
-2557
lines changed

lib/collector.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@ Collector.prototype.cancel = function(err) {
102102
};
103103

104104
Collector.prototype.then = function(fulfill, reject) {
105-
if (!fulfill) fulfill = common.emptyness;
106-
if (!reject) reject = common.emptyness;
105+
if (!fulfill) fulfill = common.emptiness;
106+
if (!reject) reject = common.emptiness;
107107
this.onDone = (err, result) => {
108108
this.onDone = common.emptiness;
109109
if (err) reject(err);

0 commit comments

Comments
 (0)