可忽略警告不打印错误日志

This commit is contained in:
develop202
2026-01-22 10:04:46 +08:00
parent 6d7349dd3d
commit f0611bb47c

View File

@@ -161,7 +161,7 @@ async function updatePE(hours) {
} }
} catch (error) { } catch (error) {
printYellow(`${data.mgdbId} ${pkInfoTitle} 更新失败 此警告不影响正常使用 可忽略`) printYellow(`${data.mgdbId} ${pkInfoTitle} 更新失败 此警告不影响正常使用 可忽略`)
printYellow(error) // printYellow(error)
} }
} }
printGreen(`日期 ${date} 更新完成!`) printGreen(`日期 ${date} 更新完成!`)