@trigger.dev/core 0.0.0-v3-canary-20240322104917 → 0.0.0-v3-canary-20240322110240

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/v3/index.js CHANGED
@@ -2776,6 +2776,11 @@ var _DevRuntimeManager = class _DevRuntimeManager {
2776
2776
  };
2777
2777
  }
2778
2778
  resumeTask(completion, execution) {
2779
+ console.log(JSON.stringify({
2780
+ message: "devRuntimeManager resumeTask",
2781
+ runId: execution.run.id,
2782
+ taskWaitIds: Array.from(this._taskWaits.keys())
2783
+ }));
2779
2784
  const wait = this._taskWaits.get(execution.run.id);
2780
2785
  if (!wait) {
2781
2786
  return;