Unverified Commit 9340a352 authored by yann300's avatar yann300 Committed by GitHub

Merge pull request #2172 from ethereum/yann300-patch-52

fix getIds from appManager
parents c54bcbce 0af4bf98
......@@ -28,7 +28,7 @@ export class RemixAppManager extends PluginEngine {
}
getIds () {
return this.registered.map(el => el.name)
return Object.keys(this.registered)
}
onDeactivation (plugin) {
......
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