Make compile-file always return a path as documented.

This commit is contained in:
Eric Dobson 2016-03-29 20:34:08 -07:00 committed by Matthew Flatt
parent ce15a558c7
commit 236b17f625

View File

@ -59,5 +59,5 @@
(with-handlers ([exn:fail:filesystem? void])
(delete-file temp-filename))))))
(lambda () (close-input-port in)))
dest]))
(build-path dest)]))