From 974ac696ca8e4637f787226b2f47829dcc97f094 Mon Sep 17 00:00:00 2001 From: Jai Radhakrishnan <55522316+jairad26@users.noreply.github.com> Date: Thu, 3 Oct 2024 19:51:16 -0700 Subject: [PATCH] newline --- src/util/index.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/util/index.ts b/src/util/index.ts index 9ed3145..45f1ce2 100644 --- a/src/util/index.ts +++ b/src/util/index.ts @@ -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"); - } \ No newline at end of file + } + \ No newline at end of file