Add event name to status report
This commit is contained in:
parent
e4a536270d
commit
60465730fb
24 changed files with 83 additions and 38 deletions
|
|
@ -50,6 +50,7 @@ async function sendCompletedStatusReport(
|
|||
startedAt,
|
||||
config,
|
||||
await checkDiskUsage(logger),
|
||||
logger,
|
||||
cause?.message,
|
||||
cause?.stack,
|
||||
);
|
||||
|
|
@ -75,6 +76,7 @@ async function run() {
|
|||
startedAt,
|
||||
undefined,
|
||||
await checkDiskUsage(logger),
|
||||
logger,
|
||||
),
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue