fixed an obvious bug with the wrong arity to get-compiled-file-sha1 (but this may still be broken in a more subtle way)
This commit is contained in:
parent
8be8c9b839
commit
7bb8c876b6
|
@ -81,7 +81,7 @@
|
|||
(or (not date)
|
||||
(zo-date . > . date)))
|
||||
(cons zo-date
|
||||
(delay (get-compiled-file-sha1 (get-zo-path) mode)))]
|
||||
(delay (get-compiled-file-sha1 (get-zo-path))))]
|
||||
[date
|
||||
(cons date
|
||||
(delay (get-source-sha1 (get-path))))]
|
||||
|
|
Loading…
Reference in New Issue
Block a user