Dispose emitter

This commit is contained in:
Ben Ogle
2016-02-23 17:48:15 -08:00
parent 341abbfc26
commit e9e372b69e
2 changed files with 2 additions and 1 deletions

View File

@@ -28,6 +28,7 @@ export default class AutoUpdateManager {
dispose () {
this.subscriptions.dispose()
this.emitter.dispose()
}
onDidBeginCheckingForUpdate (callback) {