Ignoring superfluous error

This commit is contained in:
Jay McCarthy 2010-05-13 14:14:48 -06:00
parent d284d530f5
commit dbad0093f2

View File

@ -144,5 +144,6 @@ There is only one writer function at the moment:
]
@(parameterize ([current-directory here])
(delete-file "output.txt"))
(with-handlers ([exn:fail:filesystem? void])
(delete-file "output.txt")))