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 9a6f62f commit 9577490Copy full SHA for 9577490
packages/core/src/driver.ts
@@ -294,7 +294,7 @@ export class Driver implements Disposable {
294
}
295
296
createClient<Service extends CompatServiceDefinition>(service: Service, preferNodeId?: bigint): Client<Service> {
297
- dbg.log('creating client %s', preferNodeId ? ` with preferNodeId: ${preferNodeId}` : '', service.name)
+ dbg.log('creating client %s', preferNodeId ? ` with preferNodeId: ${preferNodeId}` : '', service.fullName)
298
return createClientFactory()
299
.use(this.#middleware)
300
.create(
0 commit comments