Update launcher/minecraft/mod/tasks/LocalModParseTask.cpp

Signed-off-by: Alexandru Ionut Tripon <alexandru.tripon97@gmail.com>
(cherry picked from commit 88bdb6541e3a57d6f84e75080dd6d24c1589a73d)
This commit is contained in:
Alexandru Ionut Tripon 2025-03-12 00:14:53 +02:00 committed by github-actions[bot]
parent 190d17acd3
commit b9d15a4781

View File

@ -376,7 +376,7 @@ ModDetails ReadQuiltModInfo(QByteArray contents)
} }
} catch (const Exception& e) { } catch (const Exception& e) {
qWarning() << "Unable to parse mof info:" << e.cause(); qWarning() << "Unable to parse mod info:" << e.cause();
} }
return details; return details;
} }