diff --git a/.scripts/.git_push_upgrade_template.js b/.scripts/.git_push_upgrade_template.js index 86a91e1918..99836bed37 100644 --- a/.scripts/.git_push_upgrade_template.js +++ b/.scripts/.git_push_upgrade_template.js @@ -14,7 +14,6 @@ _.each(apps, function(item){ execSync(`cd ${fPath} && git add . && git commit -m "upgrade template @${versionInfo.version}" && git push`); } catch (error) { console.error(error.stdout.toString()) - throw error; } } })