@milaboratories/pl-drivers 1.2.24 → 1.2.26
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.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +5 -5
- package/src/drivers/download_and_logs_blob.ts +1 -1
package/dist/index.mjs
CHANGED
|
@@ -3676,7 +3676,7 @@ let vr = class {
|
|
|
3676
3676
|
const { content: e, size: t } = await this.clientDownload.downloadBlob(
|
|
3677
3677
|
this.rInfo
|
|
3678
3678
|
);
|
|
3679
|
-
if (await le(m.dirname(this.path)) || w.mkdir(m.dirname(this.path), { recursive: !0 }), await le(this.path))
|
|
3679
|
+
if (await le(m.dirname(this.path)) || await w.mkdir(m.dirname(this.path), { recursive: !0 }), await le(this.path))
|
|
3680
3680
|
await e.cancel("the file already existed");
|
|
3681
3681
|
else {
|
|
3682
3682
|
const n = ee.toWeb(E.createWriteStream(this.path));
|