fix use of socket property

pull/11/head
yann300 4 years ago committed by ioedeveloper
parent f562758cc3
commit e9b98cb36b
  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