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:
@@ -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