mirror of https://github.com/embarklabs/embark.git
make cc happy
This commit is contained in:
parent
c35735d5b8
commit
0db2b663ad
|
@ -87,7 +87,7 @@ ServicesMonitor.prototype.check = function() {
|
|||
}
|
||||
else {
|
||||
result.push('IPFS'.red);
|
||||
callback(null, result);
|
||||
return callback(null, result);
|
||||
}
|
||||
});
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue