@cadenza.io/core 3.1.6 → 3.1.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/dist/index.mjs CHANGED
@@ -1253,6 +1253,7 @@ var GraphNode = class _GraphNode extends SignalEmitter {
1253
1253
  this.nextNodes.forEach((n) => n.completeGraph());
1254
1254
  }
1255
1255
  destroy() {
1256
+ console.log("Destroyed node", this.task.name, this.context);
1256
1257
  this.context = null;
1257
1258
  this.task = null;
1258
1259
  this.nextNodes = [];