diff options
author | Luca Casonato <lucacasonato@yahoo.com> | 2021-02-13 15:58:12 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-13 15:58:12 +0100 |
commit | af460fc464562566dc1534c0f61f53c2976b9bd7 (patch) | |
tree | 74ac43e5574711f71d5ee90bbc020740e41bdf69 /cli/tests/error_009_op_crates_error.js.out | |
parent | d2d7dc8d675d70f0061bdaf99ae4a08d84156aa9 (diff) |
fix: webidl utils and align `Event` to spec (#9470)
Diffstat (limited to 'cli/tests/error_009_op_crates_error.js.out')
-rw-r--r-- | cli/tests/error_009_op_crates_error.js.out | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/error_009_op_crates_error.js.out b/cli/tests/error_009_op_crates_error.js.out index fd428b28e..b46ba3c16 100644 --- a/cli/tests/error_009_op_crates_error.js.out +++ b/cli/tests/error_009_op_crates_error.js.out @@ -1,3 +1,3 @@ -[WILDCARD]error: Uncaught TypeError: Event requires at least 1 argument, but only 0 present[WILDCARD] +[WILDCARD]error: Uncaught TypeError: Failed to construct 'Event': 1 argument, but only 0 present.[WILDCARD] at new Event (deno:op_crates/web/[WILDCARD]) at [WILDCARD] |