mgrLM // Print filepath when failed to write template data.

This commit is contained in:
ShikiSuen 2022-05-04 17:59:06 +08:00
parent 5144ac7a5e
commit f96b0707e8
1 changed files with 1 additions and 1 deletions

View File

@ -268,7 +268,7 @@ class mgrLangModel: NSObject {
do {
try templateData.write(to: URL(fileURLWithPath: filePath))
} catch {
IME.prtDebugIntel("Failed to write file")
IME.prtDebugIntel("Failed to write template data to: \(filePath)")
return false
}
}