mirror of https://github.com/lukechilds/node.git
Browse Source
In the event an Array is created in a Debug context, the constructor will be Array, but !== Array. This adds a check constructor.name === 'Array' to handle edge cases like that. PR-URL: https://github.com/nodejs/node/pull/3119 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>v5.x
Evan Lucas
9 years ago
2 changed files with 17 additions and 1 deletions
Loading…
Reference in new issue