UNPKG

meshblu-connector-skype

Version:
36 lines (30 loc) 788 B
// Generated by CoffeeScript 1.12.7 (function() { var disable, fs; fs = require('fs'); disable = (function(_this) { return function(callback) { var skypePath; skypePath = process.env.APPDATA + "\\Skype\\shared.xml"; return fs.access(skypePath, function(error) { if (error) { if (error.code === 'ENOENT') { return callback(null); } else { return callback(error); } } return fs.unlink(skypePath, function(error) { if (error != null) { return callback(error); } return callback(null); }); }); }; })(this); module.exports = { disable: disable }; }).call(this); //# sourceMappingURL=lync-disable-feedback.js.map