baudehlo / node-fs-ext

Extras missing from node's fs module
MIT License
101 stars 45 forks source link

Export `fs_ext_module` for Node v0.10.1. #20

Closed ghost closed 11 years ago

ghost commented 11 years ago

This fixes compilation against Node.js v0.10.1; will check backward compatibility with the v0.8.xx series and update this if necessary.

baudehlo commented 11 years ago

Better fix in commit 49bcf5c

ghost commented 11 years ago

Thanks; that's definitely better.