We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8fb8a9 commit 962e8deCopy full SHA for 962e8de
packages/diagnostics_channel/src/index.js
@@ -15,8 +15,6 @@ const dc = { channel }
15
// Prevent going to 0 subscribers to avoid bug in Node.
16
// See https://github.com/nodejs/node/pull/47520
17
if (major === '19' && minor === '9') {
18
- const channel = dc.channel
19
-
20
dc.channel = function () {
21
const maybeInactive = channel.apply(this, arguments)
22
0 commit comments