Minor fix.

This commit is contained in:
Julien Fontanet 2013-10-04 12:01:20 +02:00
parent e105ce8c65
commit c759df855d

View File

@ -311,7 +311,7 @@ Xo.prototype.start = function (cfg) {
'replace': true,
});
});
}).then(function () {
})).then(function () {
xo.computeStats();
return function loop() {