defunctzombie / node-process

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

Add `toString` method #87

Open cprecioso opened 5 years ago

cprecioso commented 5 years ago

In Node.js:

process + "" // = "[object process]"

This patch just brings that behaviour over. I've seen this check in the wild (namely here).