davideicardi / live-plugin-manager

Plugin manager and installer for Node.JS
MIT License
233 stars 44 forks source link

Fix: import `console` explicitly for electron-renderer #64

Closed ylc395 closed 2 years ago

ylc395 commented 2 years ago

closed #38. When in electron-renderer, console is broswer's console, which does't contain Console, so console.Console will throw console.Console is not a constructor. Import console explicitly will fix this.

davideicardi commented 2 years ago

Thank you! Can you just recompile distribution files by running npm run src-build?

ylc395 commented 2 years ago

@davideicardi Done

ylc395 commented 2 years ago

@davideicardi any progress?

davideicardi commented 2 years ago

@ylc395 Thank you! I just published version 0.17.1