Adding print statement to display plist data (UIAppFont key)
This commit is contained in:
@@ -14,7 +14,7 @@ class FontToolHelper {
|
||||
let fileManager = FileManager()
|
||||
|
||||
guard fileManager.fileExists(atPath: inputFolder) else {
|
||||
FontTool.exit(withError: FontToolError.fcScan(path, task.terminationStatus, task.output))
|
||||
FontTool.exit(withError: FontToolError.inputFolderNotFound(inputFolder))
|
||||
}
|
||||
|
||||
let enumerator: FileManager.DirectoryEnumerator = fileManager.enumerator(atPath: inputFolder)!
|
||||
|
||||
Reference in New Issue
Block a user