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 {
try {
super.activate()
setTimeout(() => {
if (!super.socket) {
if (!this.socket) {
connection(new Error('Connection with daemon failed.'))
} else {
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