Add a new line above

This commit is contained in:
Rugved Somwanshi
2025-09-03 15:49:45 -04:00
parent d7e0aef45d
commit a009af5506

View File

@ -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?");