Skip to content

Commit 4a8ac79

Browse files
committed
chore: add new line before export confirmation
1 parent 2061916 commit 4a8ac79

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Web/CommandPalette/IndexCommandPaletteCommand.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ public function __invoke(): ExitCode
3131
]),
3232
);
3333

34+
$this->console->writeln();
3435
$this->console->success('Exported index.');
3536

3637
return ExitCode::SUCCESS;

0 commit comments

Comments
 (0)