From 04c555e882bf6fdaea14a69d825fe901abb55be9 Mon Sep 17 00:00:00 2001 From: supine0703 Date: Wed, 7 Aug 2024 15:48:42 +0800 Subject: [PATCH] =?UTF-8?q?v1.5.1:=20=F0=9F=90=9E=20Fix:=20delete=20`throw?= =?UTF-8?q?=20new=20Error('Test=20End')`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- src/index.ts | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index ac8a6b1..9dd4f22 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "picgo-plugin-compress-next", - "version": "1.5.0", + "version": "1.5.1", "description": "Image compression plugin for PicGo(>=^2.3.0). Update, adapt and optimize. Better support and richer features", "main": "dist/index.js", "type": "commonjs", diff --git a/src/index.ts b/src/index.ts index caac835..5434638 100644 --- a/src/index.ts +++ b/src/index.ts @@ -81,7 +81,6 @@ const handle = async (ctx: IPicGo): Promise => { }); return Promise.all(tasks).then((output) => { - throw new Error('Test End'); // Log compressed image information ctx.log.info( 'Compressed image info:',