assert
assert copied to clipboard
Stack overflow error when pretty printing an error
Reproduction:
- Checkout https://github.com/angular/templating/tree/18411a1729b1d896593a29c9c11409f0ea6bf2bd
- In annotations#L37 add the line
assert(obj).is(assert.string, Object) - run
karma start