patterns: Updated pattern language
This commit is contained in:
parent
8d660c3ffe
commit
25d2f209e5
2
lib/external/pattern_language
vendored
2
lib/external/pattern_language
vendored
@ -1 +1 @@
|
||||
Subproject commit cbd3760ee495742e8b4fa88bd01cda0052e38854
|
||||
Subproject commit c55097909e43bf7c735088e8c9be866b4de8f01a
|
@ -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());
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user