Skip to content

Commit d93fb82

Browse files
committed
add console.log
1 parent 30e26bf commit d93fb82

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/keys-cli.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -346,6 +346,7 @@ export async function saveKeyInteractive(
346346
if (isUpdate && existingKey!.baseUrl !== baseUrl) {
347347
console.log();
348348
showInfo(`Endpoint changing from ${existingKey!.baseUrl} to ${baseUrl}`);
349+
console.log();
349350
}
350351

351352
// Step 4: Prompt for name

0 commit comments

Comments
 (0)