You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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: nodejs/node-v0.x-archive#9069
PR-URL: nodejs/node-v0.x-archive#9116
Reviewed-By: Trevor Norris <trev.norris@gmail.com>
0 commit comments