Skip to content

Commit

Permalink
test_runner: use internal addAbortListener
Browse files Browse the repository at this point in the history
  • Loading branch information
atlowChemi committed Mar 14, 2024
1 parent 78d7cb4 commit 52120d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/internal/test_runner/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 52120d4

Please sign in to comment.