mgrLM // Print filepath when failed to write template data.
This commit is contained in:
parent
5144ac7a5e
commit
f96b0707e8
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue