🎈 pref: V1.6.6 优化细节

This commit is contained in:
zhiyu1998 2024-04-03 10:34:20 +08:00
parent d85bb24c2e
commit 49ec9e1aea

View File

@ -515,7 +515,7 @@ export class tools extends plugin {
fs.unlinkSync(`${ path }${ videoId }.mp4`);
})
.catch(err => {
logger.error(`${[R插件][B站下载引擎] }err`);
logger.error(`[R插件][B站下载引擎] ${err}`);
e.reply("解析失败,请重试一下");
})
);