| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -189,7 +189,7 @@ static bool filter(CompilerCall compilerCall) | |||
| 189 | 189 | break; | |
| 190 | 190 | case ExitCode.Failed: | |
| 191 | 191 | logger.LogWarning($" Compilation {diagnosticName} failed"); | |
| 192 | - return ExitCode.Failed; | ||
| 192 | + break; | ||
| 193 | 193 | } | |
| 194 | 194 | } | |
| 195 | 195 | return allFailed ? ExitCode.Failed : ExitCode.Ok; | |
| Back | FazBrowse Home | New Git URL |
0 commit comments