mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-27 22:16:15 +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}`);
|
||||
} else {
|
||||
this.logger.debug(request);
|
||||
this.logger.debug(JSON.stringify(request));
|
||||
}
|
||||
});
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user