log fix
This commit is contained in:
parent
7d93be0345
commit
5f2dbd807f
@ -569,7 +569,7 @@ Node.prototype.setWatches = function()
|
|||||||
|
|
||||||
this._latestQueue = async.queue(function (hash, callback)
|
this._latestQueue = async.queue(function (hash, callback)
|
||||||
{
|
{
|
||||||
var timeString = 'Got block in ' + chalk.reset.red(hash) + chalk.reset.bold.white(' in') + chalk.reset.green('');
|
var timeString = 'Got block ' + chalk.reset.red(hash) + chalk.reset.bold.white(' in') + chalk.reset.green('');
|
||||||
|
|
||||||
console.time('==>', timeString);
|
console.time('==>', timeString);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user