Update LintLocalizableStrings.swift

pull/797/head
RyanZhao 1 year ago committed by GitHub
parent 1791d7ebf2
commit 5e041ddb41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -58,7 +58,7 @@ var executableFiles: [String] = {
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)")
fatalError("Could not read from path: \(path)")
return ""
}

Loading…
Cancel
Save