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 /js/unit_tests.ts | |
parent | ff96e3dc637974c6f9853f3bf9565bfd63f22b17 (diff) |
Remap stack traces of unthrown errors. (#2693)
Diffstat (limited to 'js/unit_tests.ts')
-rw-r--r-- | js/unit_tests.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/js/unit_tests.ts b/js/unit_tests.ts index ff9f459e5..b55c1954a 100644 --- a/js/unit_tests.ts +++ b/js/unit_tests.ts @@ -13,6 +13,7 @@ import "./console_test.ts"; import "./copy_file_test.ts"; import "./custom_event_test.ts"; import "./dir_test.ts"; +import "./error_stack_test.ts"; import "./event_test.ts"; import "./event_target_test.ts"; import "./fetch_test.ts"; |