mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-28 15:57: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: 385efe4924...f29a54a0e5
@@ -1285,7 +1285,8 @@ namespace hex::plugin::builtin {
|
||||
|
||||
if (!m_lastCompileError->empty()) {
|
||||
for (const auto &error : *m_lastCompileError) {
|
||||
errorMarkers[error.getLocation().line] = processMessage(error.getMessage());
|
||||
if (error.getLocation().source->source == pl::api::Source::DefaultSource)
|
||||
errorMarkers[error.getLocation().line] = processMessage(error.getMessage());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user