defunctzombie / node-process

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

Add a trivial process.umask() implementation that returns 0. #22

Closed eventualbuddha closed 10 years ago

eventualbuddha commented 10 years ago

I happened to need this method because I'm browserifying mkdirp, which happens to use process.umask(), along with fake-fs.

mafintosh commented 10 years ago

Can we get a release with this?

defunctzombie commented 10 years ago

Yes. Will do tomorrow.