1
0
mirror of synced 2025-02-02 12:27:25 +01:00

patterns: Updated pattern language

This commit is contained in:
WerWolv 2025-01-16 19:15:39 +01:00
parent 8d660c3ffe
commit 25d2f209e5
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit cbd3760ee495742e8b4fa88bd01cda0052e38854 Subproject commit c55097909e43bf7c735088e8c9be866b4de8f01a

View File

@ -206,7 +206,7 @@ namespace hex::plugin::builtin {
object->setEntries(patterns); object->setEntries(patterns);
return object; return object;
} catch (const nlohmann::json::exception &e) { } catch (const std::exception &e) {
pl::core::err::E0012.throwError(e.what()); pl::core::err::E0012.throwError(e.what());
} }
} }