diff options
| author | Nayeem Rahman <nayeemrmn99@gmail.com> | 2022-06-06 19:26:57 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-06 20:26:57 +0200 |
| commit | e3eae662f3d753141571bd132ccb199f95c745ea (patch) | |
| tree | e0cdad78f409c9b221b909d0d7dfcee286e6325f /cli/tests/testdata/test/ops_sanitizer_unstable.out | |
| parent | 1081659be176a59512a7e9e3dc93e13046a26aec (diff) | |
fix: Format non-error exceptions (#14604)
This commit adds "Deno.core.setFormatExceptionCallback" which
can be used to provide custom formatting for errors. It is useful
in cases when user throws something that is non-Error (eg.
a string, plain object, etc).
Diffstat (limited to 'cli/tests/testdata/test/ops_sanitizer_unstable.out')
| -rw-r--r-- | cli/tests/testdata/test/ops_sanitizer_unstable.out | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/cli/tests/testdata/test/ops_sanitizer_unstable.out b/cli/tests/testdata/test/ops_sanitizer_unstable.out index 8be4e4551..47ca57865 100644 --- a/cli/tests/testdata/test/ops_sanitizer_unstable.out +++ b/cli/tests/testdata/test/ops_sanitizer_unstable.out @@ -6,14 +6,16 @@ leak interval ... FAILED ([WILDCARD]) ERRORS leak interval => ./test/ops_sanitizer_unstable.ts:[WILDCARD] -error: Test case is leaking async ops. +error: AssertionError: Test case is leaking async ops. -- 1 async operation to sleep for a duration was started in this test, but never completed. This is often caused by not cancelling a `setTimeout` or `setInterval` call. The operation was started here: + - 1 async operation to sleep for a duration was started in this test, but never completed. This is often caused by not cancelling a `setTimeout` or `setInterval` call. The operation was started here: at [WILDCARD] at setInterval ([WILDCARD]) at [WILDCARD]/testdata/test/ops_sanitizer_unstable.ts:3:3 at [WILDCARD] + at [WILDCARD] + FAILURES leak interval => ./test/ops_sanitizer_unstable.ts:[WILDCARD] |
