Skip to content

Commit

Permalink
patterns: Updated pattern language
Browse files Browse the repository at this point in the history
  • Loading branch information
WerWolv committed Aug 26, 2023
1 parent 886c52b commit 32e05cc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/external/pattern_language
1 change: 1 addition & 0 deletions main/include/crash_handlers.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
namespace hex::crash {

void setupCrashHandlers();

}
1 change: 1 addition & 0 deletions main/include/messaging.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);

}
2 changes: 1 addition & 1 deletion main/source/crash_handlers.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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()) },
};
Expand Down

0 comments on commit 32e05cc

Please sign in to comment.