fix e2e test

pull/5370/head
yann300 5 years ago committed by ioedeveloper
parent 58a9ebdc80
commit 56a9e9d288
  1. 3
      apps/remix-ide/src/app/files/remixd-handle.js

@ -69,8 +69,7 @@ export class RemixdHandle extends WebsocketPlugin {
)
this.canceled()
} else {
this.locahostProvider.init()
this.fileSystemExplorer.ensureRoot()
this.locahostProvider.init(_ => this.fileSystemExplorer.ensureRoot())
}
}
if (this.locahostProvider.isConnected()) {

Loading…
Cancel
Save