Skip to content

Commit a4327a8

Browse files
committed
Release 1.270.2025
1 parent c80fff7 commit a4327a8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Functions/GenXdev.FileSystem/Find-Item.Processing.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1599,7 +1599,6 @@ protected async Task GetFileAlternateFileStreams(string FilePath,
15991599
if (wildcardPattern != null &&
16001600
!wildcardPattern.IsMatch(streamName))
16011601
{
1602-
// continue
16031602
continue;
16041603
}
16051604

@@ -1638,7 +1637,6 @@ await FileContentProcessor(adsPath,
16381637
));
16391638
}
16401639

1641-
// continue
16421640
continue;
16431641
}
16441642

0 commit comments

Comments
 (0)