Closed devioustree closed 13 years ago
I grabbed the node v0.3.x patch, not sure about the others.
Oh, that's strange. I merged those other changes into my fork after I submitted the pull request. I didn't realise they would become part of it.
Is that standard behaviour? Seems a bit odd to me.
Might be a github bug or git simply being confusing as designed. I don't see it very often.
All constants have been moved from
process
into require('constants') with node 0.3.0. This caused a problem withprocess.ENOENT
which this patch addresses.