`File.exists?(preview_file_path)` is always false because the file has already been deleted by this point. Remove the check entirely.
85 KiB
85 KiB
`File.exists?(preview_file_path)` is always false because the file has already been deleted by this point. Remove the check entirely.