@cadenza.io/core 3.0.10 → 3.0.11
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
|
@@ -2467,6 +2467,7 @@ var GraphRunner = class extends SignalEmitter {
|
|
|
2467
2467
|
var _a;
|
|
2468
2468
|
if (context.__task || context.__routine) {
|
|
2469
2469
|
const routine = (_a = context.__task) != null ? _a : context.__routine;
|
|
2470
|
+
console.log("starting routine", routine, context);
|
|
2470
2471
|
this.run(routine, context);
|
|
2471
2472
|
return true;
|
|
2472
2473
|
} else {
|