From 52d2e2991a93b66749b560b63eb10861e1de3fcc Mon Sep 17 00:00:00 2001 From: pluralcafe-docker Date: Wed, 22 Aug 2018 08:05:58 +0000 Subject: Fix syntax error --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 28a5a07..ab78bb4 100644 --- a/index.js +++ b/index.js @@ -179,7 +179,7 @@ function boost(rows) { console.error(err); process.exit(1); }); - } + }); } cycle(); -- cgit