mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2024-11-16 10:28:33 -07:00
Log stack on group add failure. #8027
This commit is contained in:
parent
0fd25cddb2
commit
a1c0bf2a85
@ -351,6 +351,7 @@ class Groups extends Extension {
|
||||
}
|
||||
} catch (e) {
|
||||
error = `Failed to ${type} from group (${e.message})`;
|
||||
logger.debug(e.stack);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user