[Build] This annoyed me

This commit is contained in:
Matt Nadareski
2017-02-01 00:32:01 -08:00
parent cf56bf766e
commit ec6c986075

View File

@@ -16,7 +16,7 @@ namespace SabreTools.Helper.Data
/// <summary> /// <summary>
/// Readies the console and outputs the header /// Readies the console and outputs the header
/// </summary> /// </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) 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 // 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) if (!Console.IsOutputRedirected)
{ {
Console.WriteLine();
Console.WriteLine("Press enter to continue..."); Console.WriteLine("Press enter to continue...");
Console.ReadLine(); Console.ReadLine();
} }