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