diff options
author | Divy Srivastava <dj.srivastava23@gmail.com> | 2024-04-13 01:15:38 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-12 21:45:38 +0200 |
commit | c56f2e0fc04f12d3a69c1892d8866323995f3be4 (patch) | |
tree | f7bb0d74b09e0627bd21028b7a1f9ff71ed1d136 /tests | |
parent | 4b62cb54dd135dce494dfe9ddadb87143caf8aa4 (diff) |
chore: upgrade deno_core to 0.274.0 (#23344)
Signed-off-by: Divy Srivastava <dj.srivastava23@gmail.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/testdata/run/eval_context_throw_dom_exception.js.out | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testdata/run/eval_context_throw_dom_exception.js.out b/tests/testdata/run/eval_context_throw_dom_exception.js.out index f7d368471..39f5a8174 100644 --- a/tests/testdata/run/eval_context_throw_dom_exception.js.out +++ b/tests/testdata/run/eval_context_throw_dom_exception.js.out @@ -1,4 +1,4 @@ -[Object: null prototype] { +{ thrown: DOMException: foo at new DOMException (ext:deno_web/01_dom_exception.js:[WILDCARD]) at [WILDCARD] |