assert icon indicating copy to clipboard operation
assert copied to clipboard

Stack overflow error when pretty printing an error

Open tbosch opened this issue 11 years ago • 0 comments

Reproduction:

  1. Checkout https://github.com/angular/templating/tree/18411a1729b1d896593a29c9c11409f0ea6bf2bd
  2. In annotations#L37 add the line assert(obj).is(assert.string, Object)
  3. run karma start

tbosch avatar Mar 07 '14 23:03 tbosch