Skip to content

Commit

Permalink
fix(sys-client): fix error in debug function;
Browse files Browse the repository at this point in the history
  • Loading branch information
maslow committed Sep 8, 2021
1 parent 4885ecd commit cab5747
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/system-client/src/views/cloudfunction/debug.vue
Original file line number Diff line number Diff line change
Expand Up @@ -263,10 +263,6 @@ export default {
this.$message.warning('运行失败: ' + err)
})
if (res.error) {
return this.$notify.error({ title: '运行失败', message: res.error })
}
this.$message.success('运行成功')
this.invokeResult = res
this.getLatestLogs()
Expand Down

0 comments on commit cab5747

Please sign in to comment.