mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-28 07:47:03 -05:00
patterns: Updated pattern language
This commit is contained in:
2
lib/external/pattern_language
vendored
2
lib/external/pattern_language
vendored
Submodule lib/external/pattern_language updated: 7eb8d0f6ef...9c1477f8e4
@@ -3,4 +3,5 @@
|
||||
namespace hex::crash {
|
||||
|
||||
void setupCrashHandlers();
|
||||
|
||||
}
|
||||
@@ -32,4 +32,5 @@ namespace hex::messaging {
|
||||
* @brief Internal method - called by platform-specific code when a event has been received
|
||||
*/
|
||||
void messageReceived(const std::string &eventName, const std::vector<u8> &args);
|
||||
|
||||
}
|
||||
|
||||
@@ -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