Skip to content

Commit

Permalink
afs.cmd: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
MIRIMIRIM committed Aug 15, 2024
1 parent 51e64e8 commit 85e1654
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions AssFontSubset.Console/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,11 @@ await Subset(
{
exitCode = 1;
}

if (!System.Console.IsOutputRedirected)
{
System.Console.WriteLine("Press Any key to exit...");
System.Console.ReadKey();
}


if (System.Console.IsOutputRedirected || System.Console.IsErrorRedirected) return exitCode;
System.Console.WriteLine("Press Any key to exit...");
System.Console.ReadKey();

return exitCode;
}

Expand Down

0 comments on commit 85e1654

Please sign in to comment.