Closed justinmchase closed 5 years ago
In my application all basic Error objects appear to be ParseErrors.
Error
For example:
console.log(new Error().name) // ParseError
This project is improperly constructing a ParseError object which accidentally sets the name of the global Error object to 'ParseError'.
'ParseError'
Crap! Sorry about that.
no problem, thanks for the quick response!
Can you please publish this fix to NPM?
In my application all basic
Error
objects appear to be ParseErrors.For example:
This project is improperly constructing a ParseError object which accidentally sets the name of the global Error object to
'ParseError'
.