Skip to content

Commit

Permalink
fix: ensure restore terminal cursor
Browse files Browse the repository at this point in the history
  • Loading branch information
hi-ogawa committed Feb 25, 2024
1 parent 5bb8b38 commit 366a78b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/vitest/src/node/core.ts
Original file line number Diff line number Diff line change
Expand Up @@ -841,6 +841,7 @@ export class Vitest {
results.filter(r => r.status === 'rejected').forEach((err) => {
this.logger.error('error during close', (err as PromiseRejectedResult).reason)
})
this.logger.logUpdate.done() // restore terminal cursor
})
})()
}
Expand Down

0 comments on commit 366a78b

Please sign in to comment.