mirror of
https://github.com/geode-sdk/geode.git
synced 2025-02-17 00:30:26 -05:00
rename loading error
This commit is contained in:
parent
0eb5f01ca8
commit
345625e164
1 changed files with 1 additions and 1 deletions
|
@ -214,7 +214,7 @@ Result<Mod*> Loader::Impl::loadModFromInfo(ModInfo const& info) {
|
|||
if (!dependenciesRes) {
|
||||
delete mod;
|
||||
m_mods.erase(info.id());
|
||||
return Err("Unable to update dependencies and load: " + dependenciesRes.unwrapErr());
|
||||
return Err(dependenciesRes.unwrapErr());
|
||||
}
|
||||
|
||||
// add mod resources
|
||||
|
|
Loading…
Reference in a new issue