fix use of socket property

pull/5370/head
yann300 4 years ago committed by ioedeveloper
parent ff4cc0540f
commit 550c806d81
  1. 2
      apps/remix-ide/src/app/files/remixd-handle.js

@ -85,7 +85,7 @@ export class RemixdHandle extends WebsocketPlugin {
try {
super.activate()
setTimeout(() => {
if (!super.socket) {
if (!this.socket) {
connection(new Error('Connection with daemon failed.'))
} else {
connection()

Loading…
Cancel
Save