make cc happy

This commit is contained in:
Iuri Matias 2017-02-23 19:45:25 -05:00
parent c35735d5b8
commit 0db2b663ad

View File

@ -87,7 +87,7 @@ ServicesMonitor.prototype.check = function() {
} }
else { else {
result.push('IPFS'.red); result.push('IPFS'.red);
callback(null, result); return callback(null, result);
} }
}); });
}, },