We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8615de commit fb07e3cCopy full SHA for fb07e3c
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