Comparing version 0.1.12 to 0.1.13
@@ -258,2 +258,8 @@ var _ = require('lodash'); | ||
} | ||
if (result.msg === null) { | ||
return callback(new Error('No SOAP Fault, but result msg is null (unexpected): ' + JSON.stringify(result.msg))); | ||
} | ||
if (result.msg === undefined) { | ||
return callback(new Error('No SOAP Fault, but result msg is undefined (unexpected): ' + JSON.stringify(result.msg))); | ||
} | ||
//When resource is READY fetch the data using the resourceMethod | ||
@@ -340,2 +346,2 @@ if (result.msg.status === 'ERROR') { | ||
module.exports = Clang; | ||
module.exports = Clang; |
{ | ||
"name": "clang", | ||
"version": "0.1.12", | ||
"version": "0.1.13", | ||
"description": "Node.js api wrapper for Clang's SOAP api", | ||
@@ -5,0 +5,0 @@ "author": "Christiaan Westerbeek <chris@devotis.nl>", |
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
228040
6611