| commit | 41f91c26f5190aeee18cc340e3b851308d1288cd | [log] [tgz] |
|---|---|---|
| author | Natalie Weizenbaum <nweiz@google.com> | Tue Mar 07 16:51:18 2017 -0800 |
| committer | GitHub <noreply@github.com> | Tue Mar 07 16:51:18 2017 -0800 |
| tree | d474e54348fa0778ec4de86d26919732de19844f | |
| parent | befaaffbcf81844ba455a483af12afdbd9d5c52f [diff] |
Remove the outermost folded frame in terse mode. (dart-lang/stack_trace#21) We always removed this frame if it was a core library frame, which (until recent SDK releases) it always was. Now that the boilerplate core library frames have been removed, we should remove *any* folded frame. This partially addresses dart-lang/testdart-lang/stack_trace#555