c4milo / fusejs

Low level fuse bindings for nodejs
http://c4milo.github.io/fusejs
112 stars 72 forks source link

Persistent and v8 fix #31

Closed EricTheMagician closed 8 years ago

EricTheMagician commented 8 years ago

Added persistent objects for filesystem class that was missed from pull request #30.

When creating Reply and FileInfo objects to send to the filesystem, create the v8 object and unwrap it instead of creating the c++ and wrapping it. This fixes some weird behaviours with the reply and fileinfo objects.