From c759df855dfeef5e40c4ccae4aeda7bf5a260537 Mon Sep 17 00:00:00 2001 From: Julien Fontanet Date: Fri, 4 Oct 2013 12:01:20 +0200 Subject: [PATCH] Minor fix. --- src/xo.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xo.js b/src/xo.js index 017a6f4..8eda467 100644 --- a/src/xo.js +++ b/src/xo.js @@ -311,7 +311,7 @@ Xo.prototype.start = function (cfg) { 'replace': true, }); }); - }).then(function () { + })).then(function () { xo.computeStats(); return function loop() {