1
0
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:
cage 2024-09-27 13:29:52 +02:00
parent 801128f442
commit 3cc7da8184

View File

@ -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!")))