diff options
author | Kitson Kelly <me@kitsonkelly.com> | 2019-07-29 19:11:08 +1000 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2019-07-29 09:11:08 +0000 |
commit | 5083f5fd908057cbc8649b79c13ab78a7f7ebf34 (patch) | |
tree | d0336672fd7760593695b2e0d351c401ed1d8c02 /cli/BUILD.gn | |
parent | ff96e3dc637974c6f9853f3bf9565bfd63f22b17 (diff) |
Remap stack traces of unthrown errors. (#2693)
Diffstat (limited to 'cli/BUILD.gn')
-rw-r--r-- | cli/BUILD.gn | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/BUILD.gn b/cli/BUILD.gn index 7f19f8b95..84ffe6da4 100644 --- a/cli/BUILD.gn +++ b/cli/BUILD.gn @@ -83,6 +83,7 @@ ts_sources = [ "../js/dispatch_minimal.ts", "../js/dom_types.ts", "../js/dom_util.ts", + "../js/error_stack.ts", "../js/errors.ts", "../js/event.ts", "../js/event_target.ts", |