cluster-service
Advanced tools
Comparing version 0.5.8 to 0.5.9
@@ -63,3 +63,3 @@ var | ||
body = err; | ||
onCallback(err, body, res, cb); | ||
onCallback(err, body, null, cb); | ||
}).end(); | ||
@@ -66,0 +66,0 @@ } |
@@ -61,4 +61,11 @@ var | ||
body = err; | ||
if (options.json === true) { | ||
cservice.results(JSON.stringify(body)); | ||
} else { | ||
cservice.results(util.inspect(body, { depth: null, colors: true })); | ||
} | ||
cb && cb(err, body); | ||
}).end(); | ||
} |
{ | ||
"name": "cluster-service", | ||
"version": "0.5.8", | ||
"version": "0.5.9", | ||
"author": { | ||
@@ -5,0 +5,0 @@ "name": "Aaron Silvas", |
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
88405
1969