parent
d49d82e982
commit
5ca3222e5b
2
lib/external/pattern_language
vendored
2
lib/external/pattern_language
vendored
@ -1 +1 @@
|
||||
Subproject commit 0d6469dd654419a7f4b530ab4171ab61b76eda7a
|
||||
Subproject commit 514f5d7225b0a3266792c66d515b183ca31b0346
|
@ -1307,7 +1307,8 @@ namespace hex::plugin::builtin {
|
||||
|
||||
if (!m_lastCompileError->empty()) {
|
||||
for (const auto &error : *m_lastCompileError) {
|
||||
if (error.getLocation().source->source == pl::api::Source::DefaultSource)
|
||||
auto source = error.getLocation().source;
|
||||
if (source != nullptr && source->source == pl::api::Source::DefaultSource)
|
||||
errorMarkers[error.getLocation().line] = processMessage(error.getMessage());
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user