Yes it's compiled as a console app since I'm getting my read line. :) 

On Monday, December 11, 2017 at 12:03:52 PM UTC-8, Stefan wrote:
>
>
>
> On Monday, December 11, 2017 at 7:02:35 PM UTC+1, Void wrote:
>>
>> Unfortunately this is still prompting the user with a window to commit 
>> when I try this and does not log an error.
>>
>>       int val;
>>       if (!int.TryParse(Console.ReadLine(), out val))
>>       {
>>         Console.Error.WriteLine("Please enter a number");
>>         return;
>>       }
>>
>>
>>
>>
> Did you compile your script as a console program?
> If not, the Console.Error.WriteLine has nowhere to write to.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"TortoiseSVN" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tortoisesvn/698094e4-0eff-4a8d-ac5c-ec5c33f9839f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to