dev-fasl
Matthew Butterick 4 years ago
parent e7333f4fc6
commit 091b3c693a

@ -134,4 +134,5 @@
[(or "cache attempt failed: could not acquire exclusive lock"
"cache attempt failed: could not acquire shared lock") (void)]
[_ (log-pollen-error str)])))
(fasl->s-exp (open-input-file dest-file)))
(with-input-from-file dest-file
(λ () (fasl->s-exp (current-input-port)))))

Loading…
Cancel
Save