mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 15:04:11 -05:00
chore: lint 40_fs_events.js
(#25672)
Fixes CI https://github.com/denoland/deno/actions/runs/10892648144/job/30225971485
This commit is contained in:
parent
51d926ac30
commit
f7ddea3af7
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue