mirror of
https://github.com/embarklabs/embark.git
synced 2025-02-17 16:16:48 +00:00
Displays json as a string in the console
This commit is contained in:
parent
373a25e064
commit
c8eab0d88a
@ -69,7 +69,7 @@ class ConsoleListener {
|
|||||||
|
|
||||||
this.logger.debug(`${name}.${functionName}(${paramString}) : ${transactionHash} | gas:${gasUsed} | blk:${blockNumber} | status:${status}`);
|
this.logger.debug(`${name}.${functionName}(${paramString}) : ${transactionHash} | gas:${gasUsed} | blk:${blockNumber} | status:${status}`);
|
||||||
} else {
|
} else {
|
||||||
this.logger.debug(request);
|
this.logger.debug(JSON.stringify(request));
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user