We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87f5ea7 commit 7be5391Copy full SHA for 7be5391
nsis-auto-updater/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "electron-auto-updater",
3
- "version": "0.5.1",
+ "version": "0.5.2",
4
"description": "NSIS Auto Updater",
5
"main": "out/nsis-auto-updater/src/main.js",
6
"author": "Vladimir Krivosheev",
nsis-auto-updater/src/NsisUpdater.ts
@@ -56,7 +56,7 @@ export class NsisUpdater extends EventEmitter {
56
57
this.emit("checking-for-update")
58
try {
59
- return this.doCheckForUpdates()
+ return await this.doCheckForUpdates()
60
}
61
catch (e) {
62
this.emit("error", e, (e.stack || e).toString())
0 commit comments