Skip to content

Commit 962e8de

Browse files
committed
code cleanup
1 parent f8fb8a9 commit 962e8de

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

  • packages/diagnostics_channel/src

packages/diagnostics_channel/src/index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ const dc = { channel }
1515
// Prevent going to 0 subscribers to avoid bug in Node.
1616
// See https://github.com/nodejs/node/pull/47520
1717
if (major === '19' && minor === '9') {
18-
const channel = dc.channel
19-
2018
dc.channel = function () {
2119
const maybeInactive = channel.apply(this, arguments)
2220

0 commit comments

Comments
 (0)