cute-stack icon indicating copy to clipboard operation
cute-stack copied to clipboard

option to merge recursive calls

Open davidmarkclements opened this issue 7 years ago • 0 comments

so instead of

  at fn (/some/path/to/file:2:1)
  at fn (/some/path/to/file:2:1)
  at fn (/some/path/to/file:2:1)
  at fn (/some/path/to/file:2:1)
  at foo (/some/path/to/file:1:1)

we could have

  at fn (/some/path/to/file:2:1) [x4]
  at foo (/some/path/to/file:1:1)

davidmarkclements avatar Mar 15 '17 01:03 davidmarkclements