mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
test_runner: use internal addAbortListener
PR-URL: https://github.com/nodejs/node/pull/52081 Refs: https://github.com/nodejs/node/pull/48596 Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
This commit is contained in:
committed by
Node.js GitHub Bot
parent
a9528e87b9
commit
780d030bdf
@@ -27,7 +27,7 @@ const {
|
||||
Symbol,
|
||||
} = primordials;
|
||||
const { getCallerLocation } = internalBinding('util');
|
||||
const { addAbortListener } = require('events');
|
||||
const { addAbortListener } = require('internal/events/abort_listener');
|
||||
const { AsyncResource } = require('async_hooks');
|
||||
const { AbortController } = require('internal/abort_controller');
|
||||
const {
|
||||
|
||||
Reference in New Issue
Block a user