Bubble up CSO corruption errors so the user can see them

This commit is contained in:
Henrik Rydgård
2026-02-03 11:57:05 +01:00
parent 64fcce3e69
commit 998d385119
4 changed files with 12 additions and 1 deletions
+3
View File
@@ -881,6 +881,9 @@ handleELF:
case IdentifiedFileType::NORMAL_DIRECTORY:
default:
info_->title = info_->GetFilePath().GetFilename();
if (info_->errorString.empty()) {
info_->errorString = errorString;
}
break;
}