@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.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));