Skip to content

Commit

Permalink
Merge pull request #450 from snyk-tech-services/chore/add-logging-for…
Browse files Browse the repository at this point in the history
…-inner-errors

chore: add logging for inner error
  • Loading branch information
attriaayush authored Jun 13, 2023
2 parents fb3e597 + 7f7dcea commit 00a585e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/api/import/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ export async function importTargets(
orgId,
integrationId,
target,
{ errorMessage: error.message },
{ errorMessage: error.message, innerError: error.innerError },
loggingPath,
);

Expand Down

0 comments on commit 00a585e

Please sign in to comment.