增加异常抛出冗余

This commit is contained in:
aixianling
2022-12-30 09:47:18 +08:00
parent 3639b88417
commit dd764d704a

View File

@@ -17,7 +17,7 @@ module.exports = {
mp: 'dvcp_v2_wxmp'
}[info.type] || {}
const path = `../${buildPath}`,
{dist = `../zips/${info.name}v${info.version}`} = info
{dist = `../zips/${info.name}v${info.version||"1.0.0"}`} = info
Promise.all([
execute(`./shell/update.sh ${info.name} ${path}`),
db.query(sql)