mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 10:36:54 -07:00
fixed
This commit is contained in:
parent
75d3c40fcf
commit
50022cb559
1 changed files with 3 additions and 1 deletions
|
@ -63,7 +63,9 @@ namespace PlexRequests.UI
|
|||
int portResult;
|
||||
if (!int.TryParse(a, out portResult))
|
||||
{
|
||||
Console.WriteLine("Didn't pass in a port");
|
||||
Console.WriteLine("Didn't pass in a valid port");
|
||||
Console.ReadLine();
|
||||
Environment.Exit(1);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue