| commit | ff1df498b650c6545a5a967e4183767454864c6f | [log] [tgz] |
|---|---|---|
| author | Nate Bosch <nbosch@google.com> | Wed Nov 11 09:25:25 2020 -0800 |
| committer | GitHub <noreply@github.com> | Wed Nov 11 09:25:25 2020 -0800 |
| tree | 5141441d0584d493d2207a9bedfacf438e3bdd49 | |
| parent | c15b5184d9345ea8e9e4b17073a0f252b353b0e5 [diff] |
Remove workaround for truncated last lines (dart-lang/stack_trace#100) The referenced SDK issue has been closed. https://github.com/dart-lang/sdk/issues/23614 Remove the workaround that handles the last line specially and simplify to a collection for loop.