Skip to content

Commit

Permalink
fix: clarify which github page.
Browse files Browse the repository at this point in the history
Useful when the library is used in another application.
  • Loading branch information
nytamin committed Mar 4, 2024
1 parent 2852341 commit 07d7b4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/xkeys.ts
Expand Up @@ -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) => {
Expand Down

0 comments on commit 07d7b4f

Please sign in to comment.