Skip to content
This repository has been archived by the owner on Jan 30, 2025. It is now read-only.

Commit

Permalink
Add ReadKey so that drag and dropping keeps the console displayed
Browse files Browse the repository at this point in the history
  • Loading branch information
ArchangelWTF committed Jul 8, 2024
1 parent 47a9db9 commit 12710fe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions SPT.ProfileConverter.Console/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ static void Main(string[] args)
System.Console.WriteLine(Converter.Result);
return;
}

System.Console.ReadKey();
}

private static void ConverterBase_ConversionProgress(string Status) => System.Console.WriteLine(Status);
Expand Down

0 comments on commit 12710fe

Please sign in to comment.