diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2024-03-21 20:57:32 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-21 13:57:32 -0700 |
commit | 2166aa8fb6be5fdd6d607db587e236de11b6fb91 (patch) | |
tree | 9dd1945b59dda8c6868934abab8d27ff05525f46 /ext/web/02_event.js | |
parent | 9abc722cc3a998b4f73103c4394b53cccdb5c83b (diff) |
chore: upgrade deno_core to 0.272.0 (#23022)
Diffstat (limited to 'ext/web/02_event.js')
-rw-r--r-- | ext/web/02_event.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/web/02_event.js b/ext/web/02_event.js index 8f1c963e3..bb7dea42c 100644 --- a/ext/web/02_event.js +++ b/ext/web/02_event.js @@ -35,7 +35,7 @@ const { } = primordials; import * as webidl from "ext:deno_webidl/00_webidl.js"; -import { DOMException } from "ext:deno_web/01_dom_exception.js"; +import { DOMException } from "./01_dom_exception.js"; import { createFilteredInspectProxy } from "ext:deno_console/01_console.js"; // This should be set via setGlobalThis this is required so that if even |