add comment

pull/5370/head
yann300 4 years ago
parent 1d43096b92
commit 47a3aac2d9
  1. 4
      apps/remix-ide/src/app/files/remixd-handle.js

@ -38,7 +38,7 @@ export class RemixdHandle extends WebsocketPlugin {
deactivate () {
if (super.socket) super.deactivate()
this.appManager.deactivatePlugin('git') // plugin call doesn't work..
this.appManager.deactivatePlugin('git') // plugin call doesn't work.. see issue https://github.com/ethereum/remix-plugin/issues/342
this.locahostProvider.close((error) => {
if (error) console.log(error)
})
@ -49,7 +49,7 @@ export class RemixdHandle extends WebsocketPlugin {
}
async canceled () {
await this.appManager.deactivatePlugin('git') // plugin call doesn't work..
await this.appManager.deactivatePlugin('git') // plugin call doesn't work.. see issue https://github.com/ethereum/remix-plugin/issues/342
await this.appManager.deactivatePlugin('remixd')
}

Loading…
Cancel
Save