Commit d561d1fb authored by yann300's avatar yann300 Committed by ioedeveloper

fix e2e test

parent d46dd132
......@@ -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()) {
......
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