1
0
Fork 0
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:
Asher Gomez 2024-09-17 08:54:57 +10:00 committed by GitHub
parent 51d926ac30
commit f7ddea3af7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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,