commit | ab0018b37f575e9bb63910c279313994442a527b | [log] [tgz] |
---|---|---|
author | Jason Simmons <jason-simmons@users.noreply.github.com> | Wed May 18 09:54:41 2022 -0700 |
committer | GitHub <noreply@github.com> | Wed May 18 09:54:41 2022 -0700 |
tree | 429ef201cf47bc5395e8346aa5044a56a42e2905 | |
parent | c78e7cc4551c41bbc95d3029c26c52fc046198d9 [diff] |
Convert JavaScript uncaught exception stack traces to Dart stacks (#1603) * Convert JavaScript uncaught exception stack traces to Dart stacks Fixes https://github.com/dart-lang/webdev/issues/1265 Fixes https://github.com/flutter/flutter/issues/101888 * Built