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

Crash on Atom 1.7.3 - serializing package 'silent-sync' TypeError: Cannot read property 'serialize' of undefined #18

Open brunetton opened 8 years ago

brunetton commented 8 years ago

Hi,

I was really enthusiastic about trying this plugin that looks absolutely perfect for my needs today. So I configured my silent-sync.json file at root of my project, and called silent-sync: toggle and nothing happend. Trace in JS console:

serializing package 'silent-sync' TypeError: Cannot read property 'serialize' of undefined
    at Object.module.exports.serialize (/home/bruno/.atom/packages/silent-sync/lib/main.coffee:85:36)
    at Package.module.exports.Package.serialize (/usr/share/atom/resources/app.asar/src/package.js:619:100)
    at PackageManager.module.exports.PackageManager.serializePackage (/usr/share/atom/resources/app.asar/src/package-manager.js:596:63)
    at PackageManager.module.exports.PackageManager.serialize (/usr/share/atom/resources/app.asar/src/package-manager.js:589:14)
    at AtomEnvironment.module.exports.AtomEnvironment.serialize (/usr/share/atom/resources/app.asar/src/atom-environment.js:771:38)
    at /usr/share/atom/resources/app.asar/src/atom-environment.js:984:27

I'm not sure there's a direct link with silent-sync. Thanks