We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ded31d commit 9736a11Copy full SHA for 9736a11
src/plugins/uploader/qiniu.ts
@@ -57,6 +57,7 @@ const handle = async (ctx: IPicGo): Promise<IPicGo> => {
57
title: ctx.i18n.translate<ILocalesKey>('UPLOAD_FAILED'),
58
body: body.msg
59
})
60
+ ctx.log.error('qiniu error', body)
61
throw new Error('Upload failed')
62
}
63
src/plugins/uploader/upyun.ts
@@ -125,7 +125,7 @@ const config = (ctx: IPicGo): IPluginConfig[] => {
125
get alias () { return ctx.i18n.translate<ILocalesKey>('PICBED_UPYUN_OPTIONS') },
126
get message () { return ctx.i18n.translate<ILocalesKey>('PICBED_UPYUN_MESSAGE_OPTIONS') },
127
default: userConfig.options || '',
128
- required: true
+ required: false
129
},
130
{
131
name: 'path',
0 commit comments