mirror of
https://github.com/github/codeql-action.git
synced 2026-04-27 01:08:46 +00:00
Omit error from start-proxy Action
This commit is contained in:
@@ -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,
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user