Update plugin-manager-proxy.js

pull/3094/head
yann300 6 years ago
parent 5fe57cba2c
commit 810341460d
  1. 2
      src/app/components/plugin-manager-proxy.js

@ -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)
} }
} }

Loading…
Cancel
Save