Skip to content

Commit

Permalink
fix(electron-updater): set _packageFile to null on clear
Browse files Browse the repository at this point in the history
  • Loading branch information
develar committed May 3, 2018
1 parent d649815 commit 7fe72da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/electron-updater/src/DownloadedUpdateHelper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ export class DownloadedUpdateHelper {

clear() {
this._file = null
this._packageFile = null
this.versionInfo = null
this.fileInfo = null
}
Expand Down

0 comments on commit 7fe72da

Please sign in to comment.