Skip to content

Commit 7e1a495

Browse files
committed
Add a line
1 parent bd4116f commit 7e1a495

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Runly/Hosting/RunAction.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,10 @@ await AnsiConsole.Progress()
214214
process.StopTask();
215215
});
216216
}
217+
else
218+
{
219+
AnsiConsole.WriteLine();
220+
}
217221

218222
await AnsiConsole.Status()
219223
.Spinner(Spinner.Known.Dots)

0 commit comments

Comments
 (0)