Output member file to nick.misc in web output.
This commit is contained in:
parent
76ff48329a
commit
b3bb37cbce
3 changed files with 12 additions and 1 deletions
|
@ -151,7 +151,7 @@
|
|||
|
||||
;; Nicely prints the member source with any errors recorded.
|
||||
(define (print-member-source mr)
|
||||
(let* ((lines (dict-ref mr 'source mr))
|
||||
(let* ((lines (member-source mr))
|
||||
(file-name (dict-ref mr 'file-name))
|
||||
(hls (dict-ref mr 'highlights '())))
|
||||
(print file-name ":")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue