Skip to content
Snippets Groups Projects
Commit 58da9bc1 authored by Matthias's avatar Matthias
Browse files

fix "Crash on saving to deleted project"

The crash happens because of trying to create subdir "autosave" in the project directory, which is not existing anymore.

The fix
a) avoids creating the subdir, if the project dir is not existing
b) catches any exception in autosave, so autosave itself never causes a crash by an unhandled exception
parent 43c9f03c
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment