diff options
| author | Nayeem Rahman <nayeemrmn99@gmail.com> | 2021-09-18 14:40:04 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-18 15:40:04 +0200 |
| commit | 75ca013f076f443dce3d38f31a168295351ed0e5 (patch) | |
| tree | a8f369429ff650516a513a0416e8984f457835a4 /cli/tests/testdata/import_data_url_error_stack.ts.out | |
| parent | f840906943849f5a09981e172d57e84301b77386 (diff) | |
fix(cli/fmt_errors): Abbreviate long data URLs in stack traces (#12127)
Co-authored-by: Mike White <mike.white@auctane.com>
Diffstat (limited to 'cli/tests/testdata/import_data_url_error_stack.ts.out')
| -rw-r--r-- | cli/tests/testdata/import_data_url_error_stack.ts.out | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/testdata/import_data_url_error_stack.ts.out b/cli/tests/testdata/import_data_url_error_stack.ts.out index d456ad0ea..ccd72e4ad 100644 --- a/cli/tests/testdata/import_data_url_error_stack.ts.out +++ b/cli/tests/testdata/import_data_url_error_stack.ts.out @@ -1,6 +1,6 @@ [WILDCARD]error: Uncaught Error: Hello 2 throw new Error(`Hello ${A.C}`); ^ - at a (data:application/typescript;base64,ZW51bSBBIHsKICBBLAogIEIsCiAgQywKIH0KIAogZXhwb3J0IGZ1bmN0aW9uIGEoKSB7CiAgIHRocm93IG5ldyBFcnJvcihgSGVsbG8gJHtBLkN9YCk7CiB9CiA=:8:10) + at a (data:application/typescript;base64,ZW51bSBBIHsKICBBLAog......JHtBLkN9YCk7CiB9CiA=:8:10) at file:///[WILDCARD]/import_data_url_error_stack.ts:3:1 [WILDCARD] |
