| commit | d1c8af27411cae231bb1b271404877414ae590af | [log] [tgz] |
|---|---|---|
| author | Nate Bosch <nbosch1@gmail.com> | Thu Nov 05 14:15:18 2020 -0800 |
| committer | GitHub <noreply@github.com> | Thu Nov 05 14:15:18 2020 -0800 |
| tree | 7c075369fa665b2b87ae5934385d6e7fa10d14b2 | |
| parent | c0329f1666563f54978e14cf57197688101e6a39 [diff] |
Async gap fixes (dart-lang/stack_trace#96) * Fix async gap handling. (backpublish) Fix an issue where an async gap at the end of a stack trace would not get parsed correctly due to the trailing newline being `trim()`'d. Add tests to cover this case. * Fixes async gap handling in Trace.parse and Chain.parse (backpublish) Co-authored-by: Clement Skau <cskau-g@users.noreply.github.com>