pull/11/head
yann300 4 years ago committed by ioedeveloper
parent 529d5f3750
commit 390d133706
  1. 4
      apps/remix-ide/src/app/files/remixd-handle.js

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

Loading…
Cancel
Save