chore(uploadDocumentation): Expose full error (#10012)

chore: expose full error

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
This commit is contained in:
Jiralite
2023-12-02 12:50:53 +00:00
committed by GitHub
parent b992019a78
commit 54453b04e5

View File

@@ -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);
}
}