Make compile-file always return a path as documented.
This commit is contained in:
parent
ce15a558c7
commit
236b17f625
|
@ -59,5 +59,5 @@
|
||||||
(with-handlers ([exn:fail:filesystem? void])
|
(with-handlers ([exn:fail:filesystem? void])
|
||||||
(delete-file temp-filename))))))
|
(delete-file temp-filename))))))
|
||||||
(lambda () (close-input-port in)))
|
(lambda () (close-input-port in)))
|
||||||
dest]))
|
(build-path dest)]))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user