We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8615de commit 6f926d6Copy full SHA for 6f926d6
1 file changed
src/Client.js
@@ -49,7 +49,7 @@ class Client {
49
}
50
51
close() {
52
- this.client.close();
+ return this.client.close();
53
54
55
static setLogHandler(params) {
0 commit comments