Skip to content

Commit

Permalink
Fix log Error uploading structured data to Dust.) (#5262)
Browse files Browse the repository at this point in the history
  • Loading branch information
PopDaph authored May 24, 2024
1 parent af02e50 commit cbf82a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion connectors/src/lib/data_sources.ts
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@ export async function upsertTableFromCsv({
localLogger.error("Unknown error uploading structured data to Dust.");
}

throw e;
throw new Error("Error uploading structured data to Dust.");
}

const elapsed = new Date().getTime() - now.getTime();
Expand Down

0 comments on commit cbf82a2

Please sign in to comment.