expression-sandbox
expression-sandbox copied to clipboard
freezing Error breaks Node.js
Code in Node.js v8.7.0:
this.name = 'AssertionError [ERR_ASSERTION]';
https://github.com/nodejs/node/blob/dc4f1b981a888a2f39219d384b6d3eb593203383/lib/internal/errors.js#L53
The error message is: TypeError: Cannot assign to read only property 'name' of object 'Error: false == true'
Any ideas?