1 parent 3e78c83 commit da6350eCopy full SHA for da6350e
1 file changed
src/ScriptCs/Command/ExecuteReplCommand.cs
@@ -62,6 +62,8 @@ public CommandResult Execute()
62
while (ExecuteLine(repl))
63
{
64
}
65
+
66
+ _console.WriteLine();
67
68
catch (Exception ex)
69
0 commit comments