Update LintLocalizableStrings.swift

This commit is contained in:
RyanZhao 2023-02-27 11:36:06 +11:00 committed by GitHub
parent 04ac337539
commit 2abc4f380d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -59,7 +59,6 @@ func contents(atPath path: String) -> String {
print("Path: \(path)")
guard let data = fileManager.contents(atPath: path), let content = String(data: data, encoding: .utf8) else {
fatalError("Could not read from path: \(path)")
return ""
}
return content