@componentor/fs 3.0.47 → 3.0.48

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 CHANGED
@@ -2924,14 +2924,7 @@ var VFSFileSystem = class {
2924
2924
  }
2925
2925
  };
2926
2926
  mc.port1.start();
2927
- const oldPort = this.brokerControlPort;
2928
2927
  this.brokerControlPort = mc.port1;
2929
- if (oldPort) {
2930
- try {
2931
- oldPort.close();
2932
- } catch {
2933
- }
2934
- }
2935
2928
  }).catch((err) => {
2936
2929
  console.warn("[VFS] SW broker unavailable, single-tab only:", err.message);
2937
2930
  });