Skip to content

Commit

Permalink
Update main.js
Browse files Browse the repository at this point in the history
  • Loading branch information
asgothian committed Jan 11, 2025
1 parent 4f654a3 commit c51e1a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -833,7 +833,7 @@ class Zigbee extends utils.Adapter {
}
});
} catch (err) {
this.log.error(`No entity for ${deviceId}`);
this.log.error(`No entity for ${deviceId} : ${err && err.message ? err.message : ''}`);
}
}

Expand Down

0 comments on commit c51e1a2

Please sign in to comment.