Rework storage structs, link preview
This commit is contained in:
@ -312,6 +312,7 @@ struct SecurityBookmark {
|
||||
do {
|
||||
data = try Data(contentsOf: url)
|
||||
} catch {
|
||||
#warning("Get these errors")
|
||||
print("Storage: Failed to read file \(url.path()): \(error)")
|
||||
return
|
||||
}
|
||||
|
Reference in New Issue
Block a user