diff options
author | Ian Bull <irbull@eclipsesource.com> | 2024-09-19 00:33:32 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-19 13:03:32 +0530 |
commit | 3035cdddb88dd0f568a6183aebbc950f97f8ac2a (patch) | |
tree | 5211229df37410f2878bb542082d745214ac335e /tests/testdata | |
parent | 0ea71abdefceb156e28f90bdfb7ca7a9914ec0c8 (diff) |
refactor(ext/webidl): align error messages (#25625)
Towards https://github.com/denoland/deno/issues/25269
Diffstat (limited to 'tests/testdata')
-rw-r--r-- | tests/testdata/run/error_009_extensions_error.js.out | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testdata/run/error_009_extensions_error.js.out b/tests/testdata/run/error_009_extensions_error.js.out index 0fd1306de..2ed936643 100644 --- a/tests/testdata/run/error_009_extensions_error.js.out +++ b/tests/testdata/run/error_009_extensions_error.js.out @@ -1,4 +1,4 @@ -[WILDCARD]error: Uncaught (in promise) TypeError: Failed to construct 'Event': 1 argument required, but only 0 present. +[WILDCARD]error: Uncaught (in promise) TypeError: Failed to construct 'Event': 1 argument required, but only 0 present new Event(); ^ at [WILDCARD] |