Skip to content

Commit

Permalink
DARK > show cursor after loader ends (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
achaaoui-yc authored Jan 3, 2025
1 parent 5865338 commit dfd0d14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/cli-kit/lib/internal/node/ui.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ export class Loader {
}

private flush() {
process.stdout.write('\x1B[?25h');
if (this.timer) {
clearInterval(this.timer);
this.timer = null;
Expand Down

0 comments on commit dfd0d14

Please sign in to comment.