expression-sandbox icon indicating copy to clipboard operation
expression-sandbox copied to clipboard

freezing Error breaks Node.js

Open NodeGuy opened this issue 8 years ago • 0 comments

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?

NodeGuy avatar Oct 19 '17 02:10 NodeGuy