feat: Add comment when file is bigger than original
This commit is contained in:
		@@ -107,6 +107,8 @@ optimizer_git_image() {
 | 
			
		||||
    elif [ "$current_size" -lt "$old_size" ]; then
 | 
			
		||||
      git add $file
 | 
			
		||||
      git amend-to $last_file_update_commit_hash
 | 
			
		||||
    else
 | 
			
		||||
      echo "😳 file '$file' is bigger than original file..."
 | 
			
		||||
    fi
 | 
			
		||||
  done
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user