Skip to content

Commit

Permalink
v1.5.1: 🐞 Fix: delete throw new Error('Test End')
Browse files Browse the repository at this point in the history
  • Loading branch information
supine0703 committed Aug 7, 2024
1 parent 6f6f915 commit 04c555e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
1 change: 0 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ const handle = async (ctx: IPicGo): Promise<IPicGo> => {
});

return Promise.all(tasks).then((output) => {
throw new Error('Test End');
// Log compressed image information
ctx.log.info(
'Compressed image info:',
Expand Down

0 comments on commit 04c555e

Please sign in to comment.