@trigger.dev/core 0.0.0-v3-canary-20240322110240 → 0.0.0-v3-canary-20240322110953
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 +3 -2
- package/dist/v3/index.js.map +1 -1
- package/dist/v3/index.mjs +3 -2
- package/dist/v3/index.mjs.map +1 -1
- package/package.json +3 -3
package/dist/v3/index.mjs
CHANGED
|
@@ -2768,11 +2768,12 @@ var _DevRuntimeManager = class _DevRuntimeManager {
|
|
|
2768
2768
|
};
|
|
2769
2769
|
}
|
|
2770
2770
|
resumeTask(completion, execution) {
|
|
2771
|
-
|
|
2771
|
+
process.stdout.write(`${JSON.stringify({
|
|
2772
2772
|
message: "devRuntimeManager resumeTask",
|
|
2773
2773
|
runId: execution.run.id,
|
|
2774
2774
|
taskWaitIds: Array.from(this._taskWaits.keys())
|
|
2775
|
-
})
|
|
2775
|
+
})}
|
|
2776
|
+
`);
|
|
2776
2777
|
const wait = this._taskWaits.get(execution.run.id);
|
|
2777
2778
|
if (!wait) {
|
|
2778
2779
|
return;
|