bahmutov / console-log-div

Clones console.log calls to a created div in the page. Great for demos and experiments.
http://glebbahmutov.com/console-log-div/test/index.html
95 stars 18 forks source link

If an argument is an instance of error grab its message property #17

Closed bahmutov closed 8 years ago

bahmutov commented 8 years ago

instead of stringifying, which just returns "{}" for Error