Fix logging for no clipping program worked

This commit is contained in:
StableAgOH 2023-10-19 03:27:51 +08:00 committed by Jonathan White
parent b77eb4b905
commit 6b3eaa7f3e
2 changed files with 3 additions and 0 deletions

View file

@ -329,6 +329,8 @@ namespace Utils
if (clipProcess->exitCode() == EXIT_SUCCESS) {
return EXIT_SUCCESS;
} else {
failedProgramNames.append(prog.first);
}
}