dsheiko / nw-autoupdater

⛔️ [DEPRECATED] Library provides low-level API to control NW.js app auto-updates
MIT License
75 stars 36 forks source link

unable to do anything other than output.innerHTML='' #31

Open denigada opened 6 years ago

denigada commented 6 years ago

My auto updater works perfectly. It added such a convenient feature to my desktop app. I appreciate the efforts for this repo. However, I am having problems changing the part where I show users that the app is swapping to the new version. In the if statement, the codes that I indicated in the picture dont work. I am a beginner to javascript and I could not figure out why this is happening. screen shot 2018-04-06 at 8 22 22 pm

I am not able to see the errors in the console because I cannot use the console I am trying the updater in a actual dist version. I would appreciate if anyone suggests a solution for this issue.