LMs // Fix bugged debug outputs.
This commit is contained in:
parent
a4085b2377
commit
17329c0b6a
|
@ -56,7 +56,7 @@ extension vChewing {
|
|||
arrData = try String(contentsOfFile: path, encoding: .utf8).components(separatedBy: "\n")
|
||||
} catch {
|
||||
IME.prtDebugIntel("\(error)")
|
||||
IME.prtDebugIntel("↑ Exception happened when reading Associated Phrases data.")
|
||||
IME.prtDebugIntel("↑ Exception happened when reading data at: \(path).")
|
||||
return false
|
||||
}
|
||||
|
||||
|
|
|
@ -69,7 +69,7 @@ extension vChewing {
|
|||
arrData = try String(contentsOfFile: path, encoding: .utf8).components(separatedBy: "\n")
|
||||
} catch {
|
||||
IME.prtDebugIntel("\(error)")
|
||||
IME.prtDebugIntel("↑ Exception happened when reading Associated Phrases data.")
|
||||
IME.prtDebugIntel("↑ Exception happened when reading data at: \(path).")
|
||||
return false
|
||||
}
|
||||
|
||||
|
|
|
@ -60,7 +60,7 @@ extension vChewing {
|
|||
arrData = try String(contentsOfFile: path, encoding: .utf8).components(separatedBy: "\n")
|
||||
} catch {
|
||||
IME.prtDebugIntel("\(error)")
|
||||
IME.prtDebugIntel("↑ Exception happened when reading Associated Phrases data.")
|
||||
IME.prtDebugIntel("↑ Exception happened when reading data at: \(path).")
|
||||
return false
|
||||
}
|
||||
|
||||
|
|
|
@ -57,7 +57,7 @@ extension vChewing {
|
|||
|
||||
} catch {
|
||||
IME.prtDebugIntel("\(error)")
|
||||
IME.prtDebugIntel("↑ Exception happened when reading Associated Phrases data.")
|
||||
IME.prtDebugIntel("↑ Exception happened when reading data at: \(path).")
|
||||
return false
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue