mirror of
https://github.com/github/codeql-action.git
synced 2026-01-06 22:50:17 +08:00
Rebuild
This commit is contained in:
@@ -717,8 +717,8 @@ export async function waitForProcessing(
|
||||
throw shouldConsiderConfigurationError(processingErrors)
|
||||
? new ConfigurationError(message)
|
||||
: shouldConsiderInvalidRequest(processingErrors)
|
||||
? new InvalidSarifUploadError(message)
|
||||
: new Error(message);
|
||||
? new InvalidSarifUploadError(message)
|
||||
: new Error(message);
|
||||
} else {
|
||||
util.assertNever(status);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user