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:
parent
5ace65485f
commit
f2c56dc3d8
1 changed files with 0 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue