about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rwxr-xr-xranger/data/scope.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/ranger/data/scope.sh b/ranger/data/scope.sh
index 9d9d9500..864e39ab 100755
--- a/ranger/data/scope.sh
+++ b/ranger/data/scope.sh
@@ -136,6 +136,7 @@ handle_image() {
             rsvg-convert --keep-aspect-ratio --width "${DEFAULT_SIZE%x*}" "${FILE_PATH}" -o "${IMAGE_CACHE_PATH}.png" \
                 && mv "${IMAGE_CACHE_PATH}.png" "${IMAGE_CACHE_PATH}" \
                 && exit 6
+            exit 1;;
 
         ## DjVu
         # image/vnd.djvu)