mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
C#: Code quality improvement.
This commit is contained in:
@@ -56,7 +56,7 @@ namespace Semmle.Extraction.CSharp.DependencyFetching
|
|||||||
return;
|
return;
|
||||||
case 143 when attempt < 3:
|
case 143 when attempt < 3:
|
||||||
HandleRetryExitCode143(dotnetCliInvoker.Exec, attempt, logger);
|
HandleRetryExitCode143(dotnetCliInvoker.Exec, attempt, logger);
|
||||||
break;
|
continue;
|
||||||
default:
|
default:
|
||||||
throw new Exception($"{dotnetCliInvoker.Exec} --info failed with exit code {exitCode}.");
|
throw new Exception($"{dotnetCliInvoker.Exec} --info failed with exit code {exitCode}.");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user