LMs // Fix bugged debug outputs.

This commit is contained in:
ShikiSuen 2022-05-08 09:24:10 +08:00
parent a4085b2377
commit 17329c0b6a
4 changed files with 4 additions and 4 deletions

View File

@ -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
}

View File

@ -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
}

View File

@ -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
}

View File

@ -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
}