mirror of
https://github.com/audacity/linuxdeploy.git
synced 2026-04-30 19:29:57 -05:00
Properly handle parsing error
This commit is contained in:
@@ -86,7 +86,7 @@ namespace linuxdeploy {
|
||||
}
|
||||
break;
|
||||
default:
|
||||
return;
|
||||
throw ElfFileParseError("Unknown ELF class: " + std::to_string(elfClass));
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user