make cc happy

This commit is contained in:
Iuri Matias 2017-02-23 19:45:25 -05:00
parent c35735d5b8
commit 0db2b663ad
1 changed files with 1 additions and 1 deletions

View File

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