mobiletto-base
Advanced tools
Comparing version 2.0.11 to 2.0.12
@@ -46,3 +46,8 @@ "use strict"; | ||
} | ||
throw cached; | ||
else if (cached instanceof Error) { | ||
throw cached; | ||
} | ||
else { | ||
mobiletto_common_1.logger.warn(`list(${path}): unrecognized cached value (${cached})`); | ||
} | ||
} | ||
@@ -49,0 +54,0 @@ const recursive = opts && opts.recursive ? opts.recursive : false; |
@@ -40,3 +40,8 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { | ||
} | ||
throw cached; | ||
else if (cached instanceof Error) { | ||
throw cached; | ||
} | ||
else { | ||
logger.warn(`list(${path}): unrecognized cached value (${cached})`); | ||
} | ||
} | ||
@@ -43,0 +48,0 @@ const recursive = opts && opts.recursive ? opts.recursive : false; |
{ | ||
"name": "mobiletto-base", | ||
"version": "2.0.11", | ||
"version": "2.0.12", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "description": "A storage layer that presents a uniform interface to Amazon S3, Backblaze B2, local and other storage systems.", |
150957
2834