f2439cefd0
Fix #3194.
6 lines
163 B
CoffeeScript
6 lines
163 B
CoffeeScript
{EventEmitter} = require 'events'
|
|
{autoUpdater} = process.atomBinding 'auto_updater'
|
|
|
|
autoUpdater.__proto__ = EventEmitter.prototype
|
|
|
|
module.exports = autoUpdater
|