Update subshell exit process for multi-threaded find_compatible_games

This commit is contained in:
icenine451 2025-04-04 10:28:58 -04:00
parent 7b76d3c7d8
commit aaf1c77fde

View file

@ -182,7 +182,7 @@ find_compatible_games() {
compatible_compression_format=$(find_compatible_compression_format "$game")
if [[ -f "${game%.*}.$compatible_compression_format" ]]; then # If a compressed version of this game already exists
log d "Skipping $game because a $compatible_compression_format version already exists."
continue
exit
fi
local file_ext="${game##*.}"
case "$compression_format" in