We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94a702e commit 89f0e53Copy full SHA for 89f0e53
test/parallel/test-util-inspect.js
@@ -3348,9 +3348,9 @@ assert.strictEqual(
3348
' [length]: 0,\n' +
3349
" [name]: 'Bar',\n" +
3350
' [prototype]: [Circular *1],\n' +
3351
+ ' [Symbol(Symbol.species)]: [Getter: <Inspection threw ' +
3352
// Heh? I don't know how to override the error stakc to make it predictable
- ' [Symbol(Symbol.species)]: ' +
3353
- "[Getter: <Inspection threw (TypeError: Symbol.prototype.toString requires that 'this' be a Symbol\n" +
+ "(TypeError: Symbol.prototype.toString requires that 'this' be a Symbol\n" +
3354
' at Bar.toString (<anonymous>)\n' +
3355
' at formatPrimitive (node:internal/util/inspect:2246:13)\n' +
3356
' at formatProperty (node:internal/util/inspect:2556:29)\n' +
0 commit comments