bayleeadamoss / zazu

:rocket: A fully extensible and open source launcher for hackers, creators and dabblers.
http://zazuapp.org
MIT License
2.09k stars 168 forks source link

plugin not updated #331

Closed linonetwo closed 5 years ago

linonetwo commented 5 years ago

Expected Behavior

When clicking "reload config", reload all plugin

Actual Behavior

I've updated the code, but my plugin behavior still the same as before. Quit and reopen zazu can't refresh my plugin.

I have to restart my computer to refresh my plugin.

Steps to reproduce the behavior

Create a new "PrefixScript" plugin, and ln -s it to the plugin folder likes https://github.com/tinytacoteam/zazu/issues/329#issuecomment-491566850 , then try change some code, or add a new logger, then reload config or quit and restart zazu, the actual behavior of your plugin won't change.

Versions

App Environment: production App Version: 0.5.2 Electron Version: 1.3.14 Node Version: 6.5.0 Chrome Version: 52.0.2743.82

linonetwo commented 5 years ago

Well, after restart, it will reload plugin...