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 b1b20aa commit 125361cCopy full SHA for 125361c
src/client.ts
@@ -107,7 +107,7 @@ export class DgraphClient {
107
this.clients.forEach((clientStub) => {
108
try {
109
clientStub.close() // Call the close method on each client stub
110
- console.log('Closed client stub successfully')
+ this.debug('Closed client stub successfully.')
111
} catch (error) {
112
console.error('Failed to close client stub:', error)
113
}
0 commit comments