We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d01899c commit 7a36e5cCopy full SHA for 7a36e5c
launcher/modplatform/modpacksch/FTBPackInstallTask.cpp
@@ -113,6 +113,7 @@ void PackInstallTask::onManifestDownloadSucceeded()
113
qWarning() << "Error while parsing JSON response from ModpacksCH at " << parse_error.offset
114
<< " reason: " << parse_error.errorString();
115
qWarning() << *m_response;
116
+ emitFailed(tr("Error while parsing JSON response from ModpacksCH"));
117
return;
118
}
119
0 commit comments