Closed also closed 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.
causes
while generating the stack trace in Firefox.
works.