pull/5370/head
yann300 5 years ago committed by ioedeveloper
parent fb0333c331
commit 77d04dfc94
  1. 4
      apps/remix-ide/src/app/files/remixd-handle.js

@ -83,7 +83,7 @@ export class RemixdHandle extends WebsocketPlugin {
try { try {
super.activate() super.activate()
setTimeout(() => { connection() }, 2000) setTimeout(() => { connection() }, 2000)
} catch(error) { } catch (error) {
connection(error) connection(error)
} }
} }
@ -98,7 +98,7 @@ export class RemixdHandle extends WebsocketPlugin {
try { try {
super.activate() super.activate()
setTimeout(() => { connection() }, 2000) setTimeout(() => { connection() }, 2000)
} catch(error) { } catch (error) {
connection(error) connection(error)
} }
} }

Loading…
Cancel
Save