@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.mjs CHANGED
@@ -258,7 +258,7 @@ __name(_Job, "Job");
258
258
  var Job = _Job;
259
259
 
260
260
  // package.json
261
- var version = "2.3.13";
261
+ var version = "2.3.15";
262
262
 
263
263
  // src/errors.ts
264
264
  var _ResumeWithTaskError = class _ResumeWithTaskError {
@@ -1555,6 +1555,7 @@ var _IO = class _IO {
1555
1555
  await this._apiClient.failTask(this._id, task.id, {
1556
1556
  error: error.cause.output
1557
1557
  });
1558
+ throw error;
1558
1559
  }
1559
1560
  const parsedError = ErrorWithStackSchema.safeParse(error);
1560
1561
  if (options?.retry && !skipRetrying) {