mirror of https://github.com/lukechilds/node.git
Browse Source
Console.prototype.timeEnd() returns NaN if the timer label corresponds to a property on Object.prototype. This commit uses Object.create(null) to construct the _times object. Fixes: https://github.com/joyent/node/issues/9069 PR-URL: https://github.com/joyent/node/pull/9116 Reviewed-By: Trevor Norris <trev.norris@gmail.com>v0.12.2-release
2 changed files with 26 additions and 10 deletions
Loading…
Reference in new issue