Skip to content

Commit

Permalink
chore(uploadDocumentation): Expose full error (#10012)
Browse files Browse the repository at this point in the history
chore: expose full error

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
Jiralite and kodiakhq[bot] committed Dec 2, 2023
1 parent b992019 commit 54453b0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/actions/src/uploadDocumentation/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ for await (const file of globber.globGenerator()) {
'',
)}, ${version}, ${url}) on conflict (name, version) do update set url = EXCLUDED.url`;
} catch (error) {
const err = error as Error;
console.log(err.message);
console.log(error);
}
}

0 comments on commit 54453b0

Please sign in to comment.