mirror of
https://github.com/AAndyProgram/SCrawler.git
synced 2026-06-08 01:35:24 +00:00
2023.12.15.0
Fix 'GetCurrentMaxVer' bug
This commit is contained in:
@@ -23,7 +23,7 @@ Namespace [Shared]
|
||||
Next
|
||||
End If
|
||||
End With
|
||||
If versions.Count > 0 Then Return versions.LastOrDefault
|
||||
If versions.Count > 0 Then Return versions.Max
|
||||
End If
|
||||
Catch
|
||||
End Try
|
||||
|
||||
Reference in New Issue
Block a user