Skip to content

Commit

Permalink
Minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiHatti committed May 25, 2020
1 parent e4644c6 commit a5c589a
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion LPHP-Preprocessor/LPHP_Preprocessor/LPHPWatchdog.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ class LPHPWatchdog
{
static void Main(string[] args)
{
Console.Title = "LPHP Preprocessor - Version " + typeof(LPHPCompiler).Assembly.GetName().Version.ToString(3);

Console.ForegroundColor = ConsoleColor.Cyan;
Console.BackgroundColor = ConsoleColor.Black;
Console.WriteLine("=================================================");
Expand Down Expand Up @@ -46,7 +48,7 @@ static void Main(string[] args)
catch(IndexOutOfRangeException)
{
LPHPCompiler.PrintError("*** LPHP Startup Error ***");
LPHPCompiler.PrintError("Please provide a path to the target folder.");
LPHPCompiler.PrintError("Please provide a path to the target folder and try again.");
}

#if DEBUG
Expand Down
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
54c646c63dca14507c76db640f41d7fc137e1a5e
6540075bf7a1c878d42f98128215a0b75f07cc8b
Binary file not shown.
Binary file not shown.

0 comments on commit a5c589a

Please sign in to comment.