fix e2e test

uiCheck
yann300 4 years ago
parent c5cc72ec51
commit b2d0e724c0
  1. 3
      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