Skip to content

Commit c1793ab

Browse files
committed
C#: Code quality improvement.
1 parent 3197b50 commit c1793ab

File tree

1 file changed

+1
-1
lines changed
  • csharp/extractor/Semmle.Extraction.CSharp.DependencyFetching

1 file changed

+1
-1
lines changed

csharp/extractor/Semmle.Extraction.CSharp.DependencyFetching/DotNet.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ private void Info()
5656
return;
5757
case 143 when attempt < 3:
5858
HandleRetryExitCode143(dotnetCliInvoker.Exec, attempt, logger);
59-
break;
59+
continue;
6060
default:
6161
throw new Exception($"{dotnetCliInvoker.Exec} --info failed with exit code {exitCode}.");
6262
}

0 commit comments

Comments
 (0)