twokul / yam

Dead simple storage interface
MIT License
5 stars 10 forks source link

this try/catch hides issues #4

Closed stefanpenner closed 9 years ago

stefanpenner commented 9 years ago

https://github.com/twokul/yam/blob/master/lib/utils/io-utils.js#L21-L27

i suggest removing it

rwjblue commented 9 years ago

We need to ignore missing files (can probably do it with a guard), but not invalid JSON.

stefanpenner commented 9 years ago

@rwjblue :+1: