@lvce-editor/iframe-worker 5.29.0 → 5.30.0

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.
@@ -1878,8 +1878,7 @@ const saveState = async () => {
1878
1878
  value: savedState
1879
1879
  });
1880
1880
  } catch (error) {
1881
- console.error(error);
1882
- // TODO maybe log the error
1881
+ console.error(new VError(error, 'Failed to save state'));
1883
1882
  // ignore
1884
1883
  }
1885
1884
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lvce-editor/iframe-worker",
3
- "version": "5.29.0",
3
+ "version": "5.30.0",
4
4
  "description": "Web Worker to manage creation and lifecycle of iframes in Lvce Editor",
5
5
  "keywords": [
6
6
  "iframe"