Skip to content

Commit

Permalink
Call stream end to trigger cleanup (#1160)
Browse files Browse the repository at this point in the history
  • Loading branch information
intrnl authored Aug 29, 2022
1 parent b6367b6 commit 92932d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/src/lib/screen-manager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ export default class ScreenManager {
this.rl.output.unmute();
this.rl.output.write('\n');
this.rl.output.write(ansiEscapes.cursorShow);
this.rl.output.end();
this.rl.close();
}
}

0 comments on commit 92932d2

Please sign in to comment.