mirror of
https://github.com/hkalexling/Mango.git
synced 2026-03-20 00:00:48 -04:00
Make validate_archive more thorough
This commit is contained in:
@@ -87,6 +87,7 @@ end
|
||||
|
||||
def validate_archive(path : String) : Exception?
|
||||
file = ArchiveFile.new path
|
||||
file.check
|
||||
file.close
|
||||
return
|
||||
rescue e
|
||||
|
||||
Reference in New Issue
Block a user