Skip to content

Commit

Permalink
Multiple direction search
Browse files Browse the repository at this point in the history
  • Loading branch information
arturjpv committed Aug 5, 2024
1 parent a7b580f commit 51f0746
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ServerCodeExciser/ServerCodeExcisionProcessor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@ private ExcisionStats ProcessCodeFile(string fileName, string inputPath, EExcisi
if (currentScope.StartIndex == -1
|| currentScope.StopIndex == -1
|| InjectedMacroAlreadyExistsAtLocation(answerText, currentScope.StartIndex, true, excisionLanguage.ServerScopeStartString)
|| InjectedMacroAlreadyExistsAtLocation(answerText, currentScope.StartIndex, false, excisionLanguage.ServerScopeStartString)
|| InjectedMacroAlreadyExistsAtLocation(answerText, currentScope.StopIndex, false, excisionLanguage.ServerScopeEndString))
{
continue;
Expand Down

0 comments on commit 51f0746

Please sign in to comment.