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() this.canceled()
} else { } else {
this.locahostProvider.init() this.locahostProvider.init(_ => this.fileSystemExplorer.ensureRoot())
this.fileSystemExplorer.ensureRoot()
} }
} }
if (this.locahostProvider.isConnected()) { if (this.locahostProvider.isConnected()) {

Loading…
Cancel
Save