defunctzombie / node-process

process information for node.js and browsers
MIT License
122 stars 62 forks source link

New versions breaking #59

Closed yoshicarroll closed 8 years ago

yoshicarroll commented 8 years ago

// cached from whatever global is present so that test runners that stub it don't break things. var cachedSetTimeout = setTimeout; var cachedClearTimeout = clearTimeout;