Closed
Description
- Version: all
- Platform: n/a
- Subsystem: errors
The format of the name
property differs between errors generated by C++ and those generated by JS.
For example, JS errors will contain a name
like 'TypeError [ERR_FOO_BAR_BAZ]'
, while C++ errors will contain a name
with just 'TypeError'
.
It's probably a good idea to have these two match.