Skip to content

Commit

Permalink
fix(ignore): Update usb discovery discussion link
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed Dec 1, 2024
1 parent 32e10d8 commit 9bd20af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit 9bd20af

Please sign in to comment.