what did i do

This commit is contained in:
camila314 2022-12-07 13:39:07 -06:00
parent de4e8cdcf4
commit 6331c37ac6

View file

@ -178,7 +178,7 @@ bool Mod::hasSetting(std::string const& key) const {
Result<> Mod::loadBinary() {
if (!m_binaryLoaded) {
GEODE_UNWRAP(this->createTempDir().expect("Unable to create temp directory"));
GEODE_UNWRAP(this->createTempDir());
if (this->hasUnresolvedDependencies())
return Err("Mod has unresolved dependencies");