@cadenza.io/core 1.11.5 → 1.11.6
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 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -812,7 +812,7 @@ var GraphNode = class _GraphNode extends SignalEmitter {
|
|
|
812
812
|
filter: { uuid: this.routineExecId }
|
|
813
813
|
});
|
|
814
814
|
}
|
|
815
|
-
if (this.debug
|
|
815
|
+
if (this.debug) {
|
|
816
816
|
this.log();
|
|
817
817
|
}
|
|
818
818
|
this.emitWithMetadata("meta.node.started", {
|