mirror of
https://github.com/atom/atom.git
synced 2026-01-23 13:58:08 -05:00
This also adds a `readObject` method to `fs-utils`, which loads the file as cson if it ends with json/cson, and otherwise tries to load it as a plist. For now, we're using my fork which is tolerant to a node environment with a `window` global and suppresses some logging of non-fatal errors. If the upstream author accepts my pull requests we can switch back.