Skip to content

Commit ba98f45

Browse files
tomtastischCopilot
andauthored
Update src/FileTypeDetection/Infrastructure/ArchiveManagedInternals.vb
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Tomtastisch <82227609+tomtastisch@users.noreply.github.com>
1 parent 077ca8b commit ba98f45

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/FileTypeDetection/Infrastructure/ArchiveManagedInternals.vb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Namespace Global.Tomtastisch.FileClassifier
7676
End If
7777
End Using
7878
End Using
79-
Catch ex As Exception When TypeOf ex Is Exception
79+
Catch ex As Exception
8080
LogGuard.Debug(opt.Logger, $"[ArchiveGate] Nested-Fehler: {ex.Message}")
8181
Return False
8282
End Try

0 commit comments

Comments
 (0)