Skip to content

Commit

Permalink
Ignore timers in _getActiveHandles reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Jan 30, 2019
1 parent 58699d7 commit 88eb85b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/clean-stacks.js
Expand Up @@ -25,6 +25,9 @@ module.exports = out => out
+ '\n' + $1 + '...\n'
})

// https://github.com/nodejs/node/issues/25806
.replace(/ handles:\n - type: Timer\n/g, '')

// this key has changed names
.replace(/FSReqWrap/g, 'FSReqCallback')

Expand Down

0 comments on commit 88eb85b

Please sign in to comment.