Skip to content

Commit

Permalink
fix use of socket property
Browse files Browse the repository at this point in the history
  • Loading branch information
yann300 committed Jul 7, 2020
1 parent 44bf552 commit 7c323cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/files/remixd-handle.js
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 7c323cd

Please sign in to comment.