@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.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1290,6 +1290,7 @@ var GraphNode = class _GraphNode extends SignalEmitter {
|
|
|
1290
1290
|
this.nextNodes.forEach((n) => n.completeGraph());
|
|
1291
1291
|
}
|
|
1292
1292
|
destroy() {
|
|
1293
|
+
console.log("Destroyed node", this.task.name, this.context);
|
|
1293
1294
|
this.context = null;
|
|
1294
1295
|
this.task = null;
|
|
1295
1296
|
this.nextNodes = [];
|