Skip to content

Commit

Permalink
newline
Browse files Browse the repository at this point in the history
  • Loading branch information
jairad26 committed Oct 4, 2024
1 parent c48149c commit 974ac69
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/util/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ export function ask(question: string, rl: Interface, placeholder?: string): Prom
process.stdout.write(`\u001B[1A`);
process.stdout.write("\u001B[2K");
process.stdout.write("\u001B[0G");
}
}

0 comments on commit 974ac69

Please sign in to comment.