Eliminate handlers around zo deletion.
original commit: b10d95d60e5dc49798f49a54f761ee4794a696ad
This commit is contained in:
parent
ae8bbc2512
commit
eb6f82b41e
|
@ -75,7 +75,7 @@
|
|||
(cond
|
||||
[(and (file-exists? zo-name) (trust-existing-zos)) (touch zo-name)]
|
||||
[else
|
||||
(with-handlers ([not-break-exn? void]) (delete-file zo-name))
|
||||
(when (file-exists? zo-name) (delete-file zo-name))
|
||||
(with-handlers ([exn:get-module-code?
|
||||
(lambda (ex)
|
||||
(compilation-failure
|
||||
|
|
Loading…
Reference in New Issue
Block a user