From a009af55067b5933e70af8b584293f74357d376d Mon Sep 17 00:00:00 2001 From: Rugved Somwanshi Date: Wed, 3 Sep 2025 15:49:45 -0400 Subject: [PATCH] Add a new line above --- src/subcommands/get.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/subcommands/get.ts b/src/subcommands/get.ts index 382a34c..1138a7f 100644 --- a/src/subcommands/get.ts +++ b/src/subcommands/get.ts @@ -700,7 +700,7 @@ async function downloadArtifact( ); if (containsPlugin) { process.stdout.write( - "(i) Plugins can execute code. Only install plugins from authors you trust.\n\n", + "\n(i) Plugins can execute code. Only install plugins from authors you trust.\n\n", ); } const confirmed = await askQuestion("Continue?");