Ignoring superfluous error
This commit is contained in:
parent
d284d530f5
commit
dbad0093f2
|
@ -144,5 +144,6 @@ There is only one writer function at the moment:
|
||||||
]
|
]
|
||||||
|
|
||||||
@(parameterize ([current-directory here])
|
@(parameterize ([current-directory here])
|
||||||
(delete-file "output.txt"))
|
(with-handlers ([exn:fail:filesystem? void])
|
||||||
|
(delete-file "output.txt")))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user