Skip to content

Commit

Permalink
fixing #777
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaly-t committed Jan 28, 2021
1 parent c6f06cb commit a732c86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ function $main(options) {
}
};
this.connection.on(`parameterStatus`, handler);
originalClientConnect.call(this, ...arguments);
return originalClientConnect.call(this, ...arguments);
};
}
}
Expand Down

0 comments on commit a732c86

Please sign in to comment.