mirror of
https://github.com/mtan93/homebridge.git
synced 2026-03-08 05:31:55 +00:00
More helpful plugin load error logging; Publish v0.2.11
This commit is contained in:
@@ -72,7 +72,7 @@ Server.prototype._loadPlugins = function(accessories, platforms) {
|
||||
catch (err) {
|
||||
log.error("====================")
|
||||
log.error("ERROR LOADING PLUGIN " + plugin.name() + ":")
|
||||
log.error(err);
|
||||
log.error(err.stack);
|
||||
log.error("====================")
|
||||
plugin.loadError = err;
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "homebridge",
|
||||
"description": "HomeKit support for the impatient",
|
||||
"version": "0.2.10",
|
||||
"version": "0.2.11",
|
||||
"scripts": {
|
||||
"dev": "DEBUG=* ./bin/homebridge -D -P example-plugins/ || true"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user