Commit 8f5dad82 authored by yann300's avatar yann300 Committed by LianaHus

fix use of socket property

parent 7e0cf5c2
......@@ -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