Better collectFileListRecursively error
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
This commit is contained in:
parent
012d8bb468
commit
b65f4c9536
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ void ModrinthPackExportTask::collectFiles()
|
||||||
{
|
{
|
||||||
files.clear();
|
files.clear();
|
||||||
if (!MMCZip::collectFileListRecursively(instance->gameRoot(), nullptr, &files, filter)) {
|
if (!MMCZip::collectFileListRecursively(instance->gameRoot(), nullptr, &files, filter)) {
|
||||||
emitFailed(tr("Could not collect list of files"));
|
emitFailed(tr("Could not search for files"));
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue