diff options
Diffstat (limited to 'gnbug')
-rwxr-xr-x | gnbug | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -350,6 +350,10 @@ List recent updates. (string-join (issue-assigned issue) ", ") ")")))) + (when (> (issue-posts issue) 1) + (display (string-append " [" + (number->string (issue-posts issue)) + " posts]"))) (newline) (display (string-append (cyan (string-append "#" (number->string issue-number))) |