@componentor/fs 3.0.12 → 3.0.14

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.
@@ -777,8 +777,8 @@ var VFSEngine = class {
777
777
  tData = tAlloc;
778
778
  tInode = tAlloc;
779
779
  }
780
+ this.commitPending();
780
781
  if (flags & 1) {
781
- this.commitPending();
782
782
  this.handle.flush();
783
783
  }
784
784
  const tFlush = this.debug ? performance.now() : 0;