mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-06-12 13:17:41 +02:00
forward McResolver error as Task error
Signed-off-by: iTrooz <hey@itrooz.fr>
This commit is contained in:
@ -62,8 +62,8 @@ void McResolver::pingWithDomainA(QString domain, int port) {
|
||||
}
|
||||
|
||||
void McResolver::emitFail(QString error) {
|
||||
qDebug() << "Ping error:" << error;
|
||||
emit failed();
|
||||
qDebug() << "DNS resolver error:" << error;
|
||||
emit failed(error);
|
||||
emit finished();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user