Skip to content

Commit

Permalink
Run pretty as required
Browse files Browse the repository at this point in the history
  • Loading branch information
Ricc68 authored and Ricc68 committed Dec 27, 2024
1 parent 7241e08 commit 967bb7c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,9 @@ 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_crashes-runtime.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 967bb7c

Please sign in to comment.