From 07d7b4f2402ffcaeeba375f5e7f74b4df9eb8de3 Mon Sep 17 00:00:00 2001 From: Johan Nyman Date: Mon, 4 Mar 2024 06:59:10 +0100 Subject: [PATCH] fix: clarify which github page. Useful when the library is used in another application. --- packages/core/src/xkeys.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/core/src/xkeys.ts b/packages/core/src/xkeys.ts index a1147bf..047fe3e 100644 --- a/packages/core/src/xkeys.ts +++ b/packages/core/src/xkeys.ts @@ -79,7 +79,7 @@ export class XKeys extends EventEmitter { const found = XKeys.filterDevice(deviceInfo) if (!found) throw new Error( - `Unknown/Unsupported X-keys: "${deviceInfo.product}" (productId: "${deviceInfo.productId}", interface: "${deviceInfo.interface}").\nPlease report this as an issue on our github page!` + `Unknown/Unsupported X-keys: "${deviceInfo.product}" (productId: "${deviceInfo.productId}", interface: "${deviceInfo.interface}").\nPlease report this as an issue on the xkeys github page! (https://github.com/SuperFlyTV/xkeys)` ) this.device.on('data', (data: Buffer) => {