@etainabl/nodejs-sdk 1.3.115 → 1.3.117

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/esm/index.js CHANGED
@@ -5610,7 +5610,8 @@ async function uploadCsv({ csvContent, automationRun, s3Client, orgFilename, col
5610
5610
  console.info(`Successfully uploaded CSV to ${key}`);
5611
5611
  return key;
5612
5612
  } catch (error) {
5613
- throw new Error("Failed to upload CSV to S3");
5613
+ console.error("Error uploading CSV to S3");
5614
+ throw new Error(error);
5614
5615
  }
5615
5616
  }
5616
5617