@milaboratories/pl-drivers 1.5.72 → 1.5.73
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.mjs
CHANGED
|
@@ -3371,7 +3371,7 @@ class So {
|
|
|
3371
3371
|
const e = await this.ensureDownloaded();
|
|
3372
3372
|
this.setDone(e), this.change.markChanged();
|
|
3373
3373
|
} catch (e) {
|
|
3374
|
-
throw this.logger.error(`download blob ${w(this.rInfo)} failed: ${e}, state: ${JSON.stringify(this.state)}`), De(e) && (this.setError(e), this.change.markChanged(), await m.rm(this.path)), e;
|
|
3374
|
+
throw this.logger.error(`download blob ${w(this.rInfo)} failed: ${e}, state: ${JSON.stringify(this.state)}`), De(e) && (this.setError(e), this.change.markChanged(), await m.rm(this.path, { force: !0 })), e;
|
|
3375
3375
|
}
|
|
3376
3376
|
}
|
|
3377
3377
|
async ensureDownloaded() {
|