Skip to content

Commit

Permalink
fix(ignore): update for d17319e
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed Mar 10, 2024
1 parent e9c94c9 commit 83e11d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controller/controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ class Controller extends events.EventEmitter {

const device = Device.byIeeeAddr(payload.ieeeAddr);
if (!device) {
debug.log(`Device leave is from unknown device '${payload.ieeeAddr}'`);
debug.log(`Device leave is from unknown or already deleted device '${payload.ieeeAddr}'`);
return;
}

Expand Down

0 comments on commit 83e11d0

Please sign in to comment.