Comparing version 1.0.13 to 1.0.14
@@ -26,5 +26,5 @@ /* jshint node:true, quotmark:false */ | ||
this.cache.once('error', function(err) { | ||
self.logger.write('ESI: custom cache emitted an error:'); | ||
self.logger.write('ESI: ' + err); | ||
self.logger.write('ESI: falling back to default cache'); | ||
self.logger.write('\nESI: custom cache emitted an error:\n'); | ||
self.logger.write('ESI: ' + err + '\n'); | ||
self.logger.write('ESI: falling back to default cache\n'); | ||
@@ -31,0 +31,0 @@ self.cache = new Cache(config); |
{ | ||
"name": "nodesi", | ||
"version": "1.0.13", | ||
"version": "1.0.14", | ||
"description": "ESI: the good parts in node.js", | ||
@@ -5,0 +5,0 @@ "main": "esi.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
966678