1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-22 07:14:47 -05:00

chore(node): remove process.on("disconnect") not implemented warning (#21569)

This commit is contained in:
Divy Srivastava 2023-12-14 15:58:23 +05:30 committed by GitHub
parent 5ace65485f
commit f2c56dc3d8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -68,7 +68,6 @@ import type { BindingName } from "ext:deno_node/internal_binding/mod.ts";
import { buildAllowedFlags } from "ext:deno_node/internal/process/per_thread.mjs";
const notImplementedEvents = [
"disconnect",
"multipleResolves",
"rejectionHandled",
"worker",