mirror of https://codeberg.org/cage/tinmop/
- [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…
Reference in New Issue