.
original commit: e6614d7a1d6d2fc7980493e66ffe15120e8aa08c
This commit is contained in:
parent
ee784bf24b
commit
9702ceadcb
|
@ -86,7 +86,7 @@
|
||||||
|
|
||||||
(define funny?
|
(define funny?
|
||||||
(let ([date (seconds->date (current-seconds))])
|
(let ([date (seconds->date (current-seconds))])
|
||||||
(and (with-handlers ([not-break-exn? (lambda (x) #f)])
|
(and (with-handlers ([exn:fail:filesystem? (lambda (x) #f)])
|
||||||
(collection-path "icons")
|
(collection-path "icons")
|
||||||
#t)
|
#t)
|
||||||
(= (date-day date) 25)
|
(= (date-day date) 25)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user