mirror of
https://github.com/github/codeql.git
synced 2026-04-25 08:45:14 +02:00
Fix failed extraction handling
This commit is contained in:
@@ -189,7 +189,7 @@ namespace Semmle.Extraction.CSharp
|
||||
break;
|
||||
case ExitCode.Failed:
|
||||
logger.LogWarning($" Compilation {diagnosticName} failed");
|
||||
return ExitCode.Failed;
|
||||
break;
|
||||
}
|
||||
}
|
||||
return allFailed ? ExitCode.Failed : ExitCode.Ok;
|
||||
|
||||
Reference in New Issue
Block a user