From 260c2c2ad93f441108ebe62d0c52fc1973788f0c Mon Sep 17 00:00:00 2001 From: cxt <853663049@qq.com> Date: Mon, 6 Jan 2020 17:11:33 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=BC=E5=87=BA=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/tasks/zip_pack.rake | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/tasks/zip_pack.rake b/lib/tasks/zip_pack.rake index 54099a2c0..6e3140f47 100644 --- a/lib/tasks/zip_pack.rake +++ b/lib/tasks/zip_pack.rake @@ -27,6 +27,7 @@ namespace :zip_pack do pdfs << pdf begin zip.add(export.filename, pdf.path) + puts "out: #{export.filename}" rescue => ex Rails.logger.error(ex.message)