fix: Recent file entry name encoding being broken

This commit is contained in:
WerWolv
2024-06-27 22:40:19 +02:00
parent 8672a2cfe0
commit a950796306
3 changed files with 30 additions and 26 deletions

View File

@@ -183,7 +183,9 @@ namespace hex::plugin::builtin::recent {
.entryFilePath = path,
.data = jsonData
});
} catch (...) { }
} catch (const std::exception &e) {
log::error("Failed to parse recent file: {}", e.what());
}
}
// Delete all recent provider files that are not in the list