fix(ignore): Update usb discovery discussion link

This commit is contained in:
Koen Kanters
2024-12-01 20:54:46 +01:00
parent 32e10d89f4
commit 9bd20afb9c
+1 -1
View File
@@ -145,7 +145,7 @@ export class Controller {
logger.error((error as Error).stack!);
/* istanbul ignore if */
if ((error as Error).message.includes('USB adapter discovery error (No valid USB adapter found)')) {
logger.error('If this happens after updating to Zigbee2MQTT 2.0.0, see https://github.com/Koenkk/zigbee2mqtt/discussions/24199');
logger.error('If this happens after updating to Zigbee2MQTT 2.0.0, see https://github.com/Koenkk/zigbee2mqtt/discussions/24364');
}
return await this.exit(1);
}