[Build] Make sure of pause at the end

This commit is contained in:
Matt Nadareski
2016-09-12 16:12:03 -07:00
parent 7bd67c2ab4
commit 2906e9ad61

View File

@@ -356,6 +356,8 @@ namespace SabreTools.Helper
Console.ReadLine();
}
}
Console.WriteLine("Press enter to continue...");
Console.ReadLine();
}
public static void Credits()
@@ -369,6 +371,8 @@ Additional code: emuLOAD, @tractivo
Testing: emuLOAD, @tractivo, Kludge, Obiwantje, edc
Suggestions: edc, AcidX, Amiga12, EliUmniCk
Based on work by: The Wizard of DATz");
Console.WriteLine("Press enter to continue...");
Console.ReadLine();
}
}
}