Skip to content

Commit da6350e

Browse files
committed
ExecuteReplCommand.Execute should start a new line on exit
1 parent 3e78c83 commit da6350e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/ScriptCs/Command/ExecuteReplCommand.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ public CommandResult Execute()
6262
while (ExecuteLine(repl))
6363
{
6464
}
65+
66+
_console.WriteLine();
6567
}
6668
catch (Exception ex)
6769
{

0 commit comments

Comments
 (0)