mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-02 13:37:42 -05:00
patterns: Updated pattern language
This commit is contained in:
@@ -43,7 +43,7 @@ namespace hex::crash {
|
||||
static void saveCrashFile(const std::string& message) {
|
||||
log::fatal(message);
|
||||
|
||||
nlohmann::json crashData{
|
||||
nlohmann::json crashData {
|
||||
{ "logFile", wolv::util::toUTF8String(hex::log::impl::getFile().getPath()) },
|
||||
{ "project", wolv::util::toUTF8String(ProjectFile::getPath()) },
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user