Deal with destroyed using period handling.
This commit is contained in:
parent
2117749d61
commit
7a895930e1
2 changed files with 5 additions and 7 deletions
|
@ -376,7 +376,7 @@
|
|||
(let ((pmrs (filter-members-by-predicate mb member-has-problems?)))
|
||||
(when (not (null? pmrs))
|
||||
(newline)
|
||||
(print "Member files with errors: "
|
||||
(print "Member files with errors (" (length pmrs) "): "
|
||||
(string-intersperse
|
||||
(map member-file-path pmrs)
|
||||
", "))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue