always log full error
This commit is contained in:
parent
42235cc048
commit
8127c47bbd
12 changed files with 14 additions and 4 deletions
|
|
@ -152,6 +152,7 @@ async function run() {
|
|||
|
||||
} catch (error) {
|
||||
core.setFailed(error.message);
|
||||
console.log(error);
|
||||
await sendStatusReport(startedAt, queriesStats, uploadStats, error);
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue