Skip to content
Snippets Groups Projects
Commit c00fd66d authored by Matthew Andrew's avatar Matthew Andrew
Browse files

Clearing checkpoints and restarting after failure Re #22901

parent ac9319a7
No related merge requests found
......@@ -355,6 +355,8 @@ void ProjectRecovery::loadRecoveryCheckpoint(const Poco::Path &recoveryFolder) {
// Note: We must NOT throw from the method for excepted failures,
// since doing so will cause the application to terminate from a uncaught exception
g_log.error("Project recovery script did not finish. Your work has been partially recovered.");
this->clearAllCheckpoints();
this->startProjectSaving();
return;
}
g_log.notice("Re-opening GUIs");
......
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