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:
Generated
+3
-2
@@ -104811,7 +104811,8 @@ async function run(startedAt) {
|
||||
languages: language && [language]
|
||||
},
|
||||
await checkDiskUsage(logger),
|
||||
logger
|
||||
logger,
|
||||
"Error from start-proxy Action omitted"
|
||||
);
|
||||
if (errorStatusReportBase !== void 0) {
|
||||
await sendStatusReport(errorStatusReportBase);
|
||||
@@ -104828,7 +104829,7 @@ async function runWrapper() {
|
||||
await sendUnhandledErrorStatusReport(
|
||||
"start-proxy" /* StartProxy */,
|
||||
startedAt,
|
||||
error3,
|
||||
new Error("Error from start-proxy Action omitted"),
|
||||
logger
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user