Skip to content

Commit

Permalink
Add a line
Browse files Browse the repository at this point in the history
  • Loading branch information
WillSoss committed Feb 7, 2024
1 parent bd4116f commit 7e1a495
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Runly/Hosting/RunAction.cs
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,10 @@ await AnsiConsole.Progress()
process.StopTask();
});
}
else
{
AnsiConsole.WriteLine();
}

await AnsiConsole.Status()
.Spinner(Spinner.Known.Dots)
Expand Down

0 comments on commit 7e1a495

Please sign in to comment.