mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-26 17:36:05 -05:00
what did i do
This commit is contained in:
parent
de4e8cdcf4
commit
6331c37ac6
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue