also / lead.js

lead.github.io
MIT License
29 stars 8 forks source link

firefox stacktrace generation exception #132

Closed also closed 10 years ago

also commented 10 years ago
throw 'error'

causes

TypeError: access to strict mode caller function is censored

while generating the stack trace in Firefox.

throw new Error

works.