diff options
author | Asher Gomez <ashersaupingomez@gmail.com> | 2024-09-17 08:54:57 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-16 22:54:57 +0000 |
commit | f7ddea3af7a9f4dfef23aa544f05348dabbad20d (patch) | |
tree | 582cf26a55b1335040668edfed268c58be5b5c55 | |
parent | 51d926ac30413a6747505b3f248f43a563470545 (diff) |
chore: lint `40_fs_events.js` (#25672)
Fixes CI
https://github.com/denoland/deno/actions/runs/10892648144/job/30225971485
-rw-r--r-- | runtime/js/40_fs_events.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/js/40_fs_events.js b/runtime/js/40_fs_events.js index c20f9ed23..ec2474c0a 100644 --- a/runtime/js/40_fs_events.js +++ b/runtime/js/40_fs_events.js @@ -1,6 +1,6 @@ // Copyright 2018-2024 the Deno authors. All rights reserved. MIT license. -import { core, internals, primordials } from "ext:core/mod.js"; +import { core, primordials } from "ext:core/mod.js"; import { op_fs_events_open, op_fs_events_poll } from "ext:core/ops"; const { BadResourcePrototype, |