Support one hardcoded import

This commit is contained in:
2025-07-10 00:43:17 +02:00
parent 181b19eefe
commit 34abb6b4f5
18 changed files with 396 additions and 312 deletions

View File

@ -43,4 +43,9 @@ namespace elna::boot
{
return m_errors;
}
bool error_container::has_errors() const
{
return !m_errors.empty();
}
}