diff options
-rw-r--r-- | index.js | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |