Commit e9b98cb3 authored by yann300's avatar yann300 Committed by ioedeveloper

fix use of socket property

parent f562758c
...@@ -85,7 +85,7 @@ export class RemixdHandle extends WebsocketPlugin { ...@@ -85,7 +85,7 @@ export class RemixdHandle extends WebsocketPlugin {
try { try {
super.activate() super.activate()
setTimeout(() => { setTimeout(() => {
if (!super.socket) { if (!this.socket) {
connection(new Error('Connection with daemon failed.')) connection(new Error('Connection with daemon failed.'))
} else { } else {
connection() connection()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment