@trigger.dev/sdk 2.3.13 → 2.3.15
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 +2 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +5 -5
package/dist/index.js
CHANGED
|
@@ -266,7 +266,7 @@ __name(_Job, "Job");
|
|
|
266
266
|
var Job = _Job;
|
|
267
267
|
|
|
268
268
|
// package.json
|
|
269
|
-
var version = "2.3.
|
|
269
|
+
var version = "2.3.15";
|
|
270
270
|
|
|
271
271
|
// src/errors.ts
|
|
272
272
|
var _ResumeWithTaskError = class _ResumeWithTaskError {
|
|
@@ -1563,6 +1563,7 @@ var _IO = class _IO {
|
|
|
1563
1563
|
await this._apiClient.failTask(this._id, task.id, {
|
|
1564
1564
|
error: error.cause.output
|
|
1565
1565
|
});
|
|
1566
|
+
throw error;
|
|
1566
1567
|
}
|
|
1567
1568
|
const parsedError = core.ErrorWithStackSchema.safeParse(error);
|
|
1568
1569
|
if (options?.retry && !skipRetrying) {
|