fixed timestamp diff
This commit is contained in:
parent
f102185e0a
commit
87c90de571
@ -419,7 +419,7 @@ Node.prototype.getStats = function()
|
|||||||
|
|
||||||
var end = _.now();
|
var end = _.now();
|
||||||
console.log('==> end: ', end);
|
console.log('==> end: ', end);
|
||||||
console.log('==> stats diff: ', (start - end));
|
console.log('==> stats diff: ', (end - start));
|
||||||
}
|
}
|
||||||
|
|
||||||
Node.prototype.getHistory = function(range)
|
Node.prototype.getHistory = function(range)
|
||||||
|
Loading…
Reference in New Issue
Block a user