Commit 9ff829ce authored by yann300's avatar yann300

Update plugin-manager-proxy.js

parent afa6fb3a
...@@ -21,7 +21,7 @@ class PluginManagerProxy { ...@@ -21,7 +21,7 @@ class PluginManagerProxy {
unregister (instance) { unregister (instance) {
if (!this._listener) { if (!this._listener) {
instance.events.on('compilationFinished', this._listener) instance.events.off('compilationFinished', this._listener)
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment