2016-03-24 13:15:04 -07:00
|
|
|
const EventEmitter = require('events').EventEmitter
|
|
|
|
const autoUpdater = process.atomBinding('auto_updater').autoUpdater
|
2016-01-11 18:40:23 -08:00
|
|
|
|
2016-08-02 17:12:17 +09:00
|
|
|
Object.setPrototypeOf(autoUpdater.__proto__, EventEmitter.prototype)
|
2016-01-11 18:40:23 -08:00
|
|
|
|
2016-03-24 13:15:04 -07:00
|
|
|
module.exports = autoUpdater
|