Fix id of Items, saving
This commit is contained in:
@ -185,7 +185,7 @@ struct HtmlCommand: CommandProcessor {
|
||||
results.missing(file: fileId, source: "HTML: \(source)")
|
||||
return
|
||||
}
|
||||
results.warning("Could not determine image version for file '\(file.id)' for \(source)")
|
||||
results.warning("Could not determine image version for file '\(file.identifier)' for \(source)")
|
||||
}
|
||||
|
||||
private func findFileWith(relativePath: String, type: FileType, source: String) {
|
||||
|
Reference in New Issue
Block a user