diff --git a/lib/node.js b/lib/node.js index fe64ceb..8e8c202 100644 --- a/lib/node.js +++ b/lib/node.js @@ -419,7 +419,7 @@ Node.prototype.getStats = function() var end = _.now(); console.log('==> end: ', end); - console.log('==> stats diff: ', (start - end)); + console.log('==> stats diff: ', (end - start)); } Node.prototype.getHistory = function(range)