@cadenza.io/core 3.0.2 → 3.0.4

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
@@ -1013,7 +1013,7 @@ var GraphNode = class _GraphNode extends SignalEmitter {
1013
1013
  this.task.mapOnFailSignals(
1014
1014
  (signal) => this.emitWithMetadata(signal, this.context.getFullContext())
1015
1015
  );
1016
- } else {
1016
+ } else if (this.result !== void 0 && this.result !== false) {
1017
1017
  this.task.mapSignals(
1018
1018
  (signal) => this.emitWithMetadata(signal, this.context.getFullContext())
1019
1019
  );