mirror of
https://github.com/denoland/deno.git
synced 2025-01-03 04:48:52 -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";
|
import { buildAllowedFlags } from "ext:deno_node/internal/process/per_thread.mjs";
|
||||||
|
|
||||||
const notImplementedEvents = [
|
const notImplementedEvents = [
|
||||||
"disconnect",
|
|
||||||
"multipleResolves",
|
"multipleResolves",
|
||||||
"rejectionHandled",
|
"rejectionHandled",
|
||||||
"worker",
|
"worker",
|
||||||
|
|
Loading…
Reference in a new issue