Omit error from start-proxy Action

This commit is contained in:
Henry Mercer
2026-01-23 10:42:42 +00:00
parent 91f3460006
commit 28bfb7b7b5
2 changed files with 5 additions and 3 deletions
+2 -1
View File
@@ -195,6 +195,7 @@ async function run(startedAt: Date) {
},
await util.checkDiskUsage(logger),
logger,
"Error from start-proxy Action omitted",
);
if (errorStatusReportBase !== undefined) {
await sendStatusReport(errorStatusReportBase);
@@ -213,7 +214,7 @@ async function runWrapper() {
await sendUnhandledErrorStatusReport(
ActionName.StartProxy,
startedAt,
error,
new Error("Error from start-proxy Action omitted"),
logger,
);
}