mirror of
https://codeberg.org/cage/tinmop/
synced 2025-02-09 07:18:39 +01:00
- [GUI] ensured cleaning of temporary files on exit.
This commit is contained in:
parent
801128f442
commit
3cc7da8184
@ -71,4 +71,6 @@
|
||||
(error (e)
|
||||
(send-to-client (format nil (_ "Error: ~a~%") e))
|
||||
(setf *stop-server* t))))
|
||||
(fs:clean-temporary-directories)
|
||||
(fs:clean-temporary-files)
|
||||
(send-to-client "Bye!")))
|
||||
|
Loading…
x
Reference in New Issue
Block a user