From 60984af4c99b4259c767568a4b7770c9031e40a7 Mon Sep 17 00:00:00 2001 From: cubedro Date: Thu, 28 May 2015 13:30:53 +0300 Subject: [PATCH] fixed timeEnd --- lib/node.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/node.js b/lib/node.js index 48a256b..2ccc784 100644 --- a/lib/node.js +++ b/lib/node.js @@ -368,7 +368,7 @@ Node.prototype.getLatestBlock = function () Node.prototype.validateLatestBlock = function (error, result, timeString) { - console.time('==>', timeString); + console.timeEnd('==>', timeString); if( error ) {