Skip to content

Commit ba6294e

Browse files
natemoo-regithub-actions[bot]
authored andcommitted
[ci] format
1 parent c96eda5 commit ba6294e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/core/src/prompts/prompt.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,8 @@ export default class Prompt {
206206
}
207207

208208
private restoreCursor() {
209-
const lines = wrap(this._prevFrame, process.stdout.columns, { hard: true }).split('\n').length - 1;
209+
const lines =
210+
wrap(this._prevFrame, process.stdout.columns, { hard: true }).split('\n').length - 1;
210211
this.output.write(cursor.move(-999, lines * -1));
211212
}
212213

0 commit comments

Comments
 (0)