You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to nod...@googlegroups.com
Issue #4038 made me think that perhaps others might find my little errno package useful. It exposes more details on error codes that come from libuv. Particularly useful if your errors
need to bubble up to real people that may not understand what the likes
of EBADF and friends might mean (EWHATTHE?). See http://npm.im/errno or https://github.com/rvagg/node-errno for details.