@bian-womp/spark-graph 0.2.6 → 0.2.7

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/lib/cjs/index.cjs CHANGED
@@ -1785,10 +1785,10 @@ const ComputeCategory = {
1785
1785
  void fn(...args);
1786
1786
  return;
1787
1787
  }
1788
- console.warn("Unsupported external event", event);
1788
+ console.warn("Unsupported external event", JSON.stringify(event));
1789
1789
  }
1790
1790
  catch {
1791
- console.warn("Error handling external event", event);
1791
+ console.warn("Error handling external event", JSON.stringify(event));
1792
1792
  }
1793
1793
  },
1794
1794
  }),