Echo JS 0.11.0

<~>

Hartbeatnt 2232 days ago. link 1 point
Mutating the native console object seems like not the best idea... why not wrap the whole thing in a new object that gets used in place of console rather than mutating console?
siffogh 2232 days ago. link 2 points
It's a choice I made for convenience and ease of use. If you check the source code, I am actually just proxying console.log so I am not really changing its implementation.