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: cbd3760ee4...c55097909e
@@ -206,7 +206,7 @@ namespace hex::plugin::builtin {
|
||||
object->setEntries(patterns);
|
||||
|
||||
return object;
|
||||
} catch (const nlohmann::json::exception &e) {
|
||||
} catch (const std::exception &e) {
|
||||
pl::core::err::E0012.throwError(e.what());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user