@cadenza.io/core 1.7.7 → 1.7.8

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 CHANGED
@@ -1916,9 +1916,9 @@ var GraphRunner = class extends SignalEmitter {
1916
1916
  if (this.debug) {
1917
1917
  console.log(
1918
1918
  `${this.isMeta ? "Meta" : ""}Runner added tasks`,
1919
- allTasks,
1919
+ allTasks.map((t) => t.name),
1920
1920
  "with context",
1921
- ctx
1921
+ ctx.getFullContext()
1922
1922
  );
1923
1923
  }
1924
1924
  allTasks.forEach(