mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2026-08-05 18:29:52 +00:00
fix(ignore): Update usb discovery discussion link
This commit is contained in:
+1
-1
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user