jprichardson / node-jsonfile

Easily read/write JSON files.
MIT License
1.2k stars 321 forks source link

No output or error from writeFile #10

Closed neverfox closed 10 years ago

neverfox commented 10 years ago

writeFile creates the file, but it's empty, despite passing an object. The callback is never called, with an error or otherwise.

neverfox commented 10 years ago

There's something else going on. It works in when isolated by itself.