From 0db2b663ad1db218fb56fae0146df2c28185fbaa Mon Sep 17 00:00:00 2001 From: Iuri Matias Date: Thu, 23 Feb 2017 19:45:25 -0500 Subject: [PATCH] make cc happy --- lib/core/services.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/core/services.js b/lib/core/services.js index a234b6670..3b49b22bb 100644 --- a/lib/core/services.js +++ b/lib/core/services.js @@ -87,7 +87,7 @@ ServicesMonitor.prototype.check = function() { } else { result.push('IPFS'.red); - callback(null, result); + return callback(null, result); } }); },