mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-30 21:05:56 -05:00
store: Added encoding files to store, fixed crash when folder doesn't exist
This commit is contained in:
@@ -50,7 +50,7 @@ namespace hex::init {
|
||||
try {
|
||||
status = task() && status;
|
||||
} catch (std::exception &e) {
|
||||
log::error("Init task {} threw an exception: {}", name, e.what());
|
||||
log::error("Init task '{}' threw an exception: {}", name, e.what());
|
||||
status = false;
|
||||
}
|
||||
|
||||
|
||||
@@ -66,6 +66,7 @@ namespace hex::init {
|
||||
ImHexPath::Config,
|
||||
ImHexPath::Constants,
|
||||
ImHexPath::Yara,
|
||||
ImHexPath::Encodings,
|
||||
ImHexPath::Python,
|
||||
ImHexPath::Logs
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user