From b2d0e724c0d3347406085948059e31421a1721fa Mon Sep 17 00:00:00 2001 From: yann300 Date: Wed, 24 Jun 2020 11:29:45 +0200 Subject: [PATCH] fix e2e test --- src/app/files/remixd-handle.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/app/files/remixd-handle.js b/src/app/files/remixd-handle.js index 0d2c7b30f0..bd08cb4829 100644 --- a/src/app/files/remixd-handle.js +++ b/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()) {