We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25f8049 commit c3d350aCopy full SHA for c3d350a
1 file changed
lib/ProxyBus.ts
@@ -21,10 +21,10 @@ export class ProxyBus<E extends GenericEvents = NextcloudEvents>
21
console.warn('Proxying an event bus with an unknown or invalid version')
22
} else if (major(bus.getVersion()) !== major(this.getVersion())) {
23
console.warn(
24
- 'Proxying an event bus of version ' +
25
- bus.getVersion() +
26
- ' with ' +
27
- this.getVersion(),
+ 'Proxying an event bus of version '
+ + bus.getVersion()
+ + ' with '
+ + this.getVersion(),
28
)
29
}
30
0 commit comments