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

View File

@@ -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());
}
}