i-break-codes / logerr

Make JavaScript errors readable, and log them remotely.
MIT License
398 stars 26 forks source link

Web compat #24

Closed ngsankha closed 8 years ago

ngsankha commented 8 years ago

Throw Errors instead of strings. This maintains the property of all other web related Error objects like the .message and .stack.

i-break-codes commented 8 years ago

Thanks! :+1: