Skip to content

Commit

Permalink
Merge pull request #38 from SSteve/patch-1
Browse files Browse the repository at this point in the history
Use new value input by user in subsequent iterations of main loop.
  • Loading branch information
shimat authored Jun 18, 2021
2 parents 81f0bb5 + 64c8dc1 commit df6a76a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SampleBase/Console/ConsoleTestManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ public virtual void ShowTestEntrance()
msgPrinter.PrintError(ex.StackTrace ?? "");
}

PrintNamesAndRead();
input = PrintNamesAndRead();

}
else
Expand Down

0 comments on commit df6a76a

Please sign in to comment.