File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3348,9 +3348,9 @@ assert.strictEqual(
33483348 ' [length]: 0,\n' +
33493349 " [name]: 'Bar',\n" +
33503350 ' [prototype]: [Circular *1],\n' +
3351- // Heh? I don't know how to override the error stakc to make it predictable
3352- ' [Symbol(Symbol.species)]: ' +
3353- "[Getter: <Inspection threw (TypeError: Symbol.prototype.toString requires that 'this' be a Symbol\n" +
3351+ ' [Symbol(Symbol.species)]: [Getter: <Inspection threw ' +
3352+ // Heh? I don't know how to override the error stack to make it predictable
3353+ " (TypeError: Symbol.prototype.toString requires that 'this' be a Symbol\n" +
33543354 ' at Bar.toString (<anonymous>)\n' +
33553355 ' at formatPrimitive (node:internal/util/inspect:2246:13)\n' +
33563356 ' at formatProperty (node:internal/util/inspect:2556:29)\n' +
You can’t perform that action at this time.
0 commit comments