ben-z / Silent-Sync

Automatically takes care of the file syncing while you work.
https://atom.io/packages/silent-sync
Other
8 stars 0 forks source link

config.path is undefined #16

Closed eigan closed 7 years ago

eigan commented 8 years ago

Pull request #14 introduced a new config: path. This config key is not used in earlier versions so I get this error when using the lastest silent-sync with my old config:

rsync: link_stat "<path_to_project>undefined" failed: No such file or directory (2)

Maybe merge config with atom.config.get('silent-sync') would solve this?