homebridge-syntex-webhooks
Advanced tools
Comparing version 1.0.5-b14 to 1.0.5-b15
12
index.js
@@ -106,3 +106,7 @@ var request = require('request'); | ||
var pathname = this.cacheDirectory + 'storage.json'; | ||
if(!obj && err) | ||
{ | ||
log('\x1b[31m%s\x1b[0m', "[ERROR]", "Storage.json konnte nicht geparst werden!"); | ||
var pathname = this.cacheDirectory + 'storage.json'; | ||
@@ -130,8 +134,2 @@ fs.exists(pathname, function (exist) | ||
}); | ||
if(!obj && err) | ||
{ | ||
log('\x1b[31m%s\x1b[0m', "[ERROR]", "Storage.json konnte nicht geparst werden!"); | ||
} | ||
@@ -138,0 +136,0 @@ else if(!obj && !err) |
{ | ||
"name": "homebridge-syntex-webhooks", | ||
"version": "1.0.5-b14", | ||
"version": "1.0.5-b15", | ||
"description": "A webhook plugin for HTTP devices", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
32981