Skip to content

Commit

Permalink
perf: 优化停止任务log输出
Browse files Browse the repository at this point in the history
  • Loading branch information
w940853815 committed Apr 12, 2024
1 parent ce831df commit 5c5df32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/views/ops/Job/QuickJob.vue
Original file line number Diff line number Diff line change
Expand Up @@ -456,6 +456,7 @@ export default {
StopJob({ task_id: this.currentTaskId }).then(() => {
this.xterm.write('\x1b[31m' +
this.$tc('ops.StopLogOutput').replace('currentTaskId', this.currentTaskId) + '\x1b[0m')
this.xterm.write(this.wrapperError(''))
this.getTaskStatus()
}).catch((e) => {
console.log(e)
Expand Down

0 comments on commit 5c5df32

Please sign in to comment.