mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[Build] This annoyed me
This commit is contained in:
@@ -16,7 +16,7 @@ namespace SabreTools.Helper.Data
|
||||
/// <summary>
|
||||
/// Readies the console and outputs the header
|
||||
/// </summary>
|
||||
/// <param name="name">The name to be displayed as the program</param>
|
||||
/// <param name="name">The name to be displayed as the program</param>B
|
||||
public static void Start(string name)
|
||||
{
|
||||
// Dynamically create the header string, adapted from http://stackoverflow.com/questions/8200661/how-to-align-string-in-fixed-length-string
|
||||
@@ -582,6 +582,7 @@ namespace SabreTools.Helper.Data
|
||||
{
|
||||
if (!Console.IsOutputRedirected)
|
||||
{
|
||||
Console.WriteLine();
|
||||
Console.WriteLine("Press enter to continue...");
|
||||
Console.ReadLine();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user