Skip to content

Commit

Permalink
Fix URL in startup failed bailout message
Browse files Browse the repository at this point in the history
  • Loading branch information
Ricc68 authored and Ricc68 committed Dec 27, 2024
1 parent 62e18a6 commit 7241e08
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 @@ -143,7 +143,7 @@ export class Controller {
this.eventBus.onAdapterDisconnected(this, this.onZigbeeAdapterDisconnected);
} catch (error) {
logger.error('Failed to start zigbee-herdsman');
logger.error('Check https://www.zigbee2mqtt.io/guide/installation/20_zigbee2mqtt-fails-to-start.html for possible solutions');
logger.error('Check https://www.zigbee2mqtt.io/guide/installation/20_zigbee2mqtt-fails-to-start_crashes-runtime.html for possible solutions');
logger.error('Exiting...');
logger.error((error as Error).stack!);

Expand Down

0 comments on commit 7241e08

Please sign in to comment.