Log stack on zigbee start error.

This commit is contained in:
Koen Kanters
2019-09-10 22:07:31 +02:00
parent cfae1bf3b0
commit 8b4e0fd865
+1
View File
@@ -92,6 +92,7 @@ class Controller {
} catch (error) {
logger.error('Failed to start zigbee');
logger.error('Exiting...');
logger.error(error.stack);
process.exit(1);
}