There was an error while loading. Please reload this page.
1 parent a4bb304 commit 02c7750Copy full SHA for 02c7750
1 file changed
SharpEyes/Program.cs
@@ -15,7 +15,6 @@ class Program
15
[STAThread]
16
public static void Main(string[] args)
17
{
18
- Console.SetOut(TextWriter.Null);
19
AppBuilder builder = BuildAvaloniaApp();
20
#if !DEBUG
21
try
@@ -28,6 +27,7 @@ public static void Main(string[] args)
28
27
window.GlobalExceptionHandler(e);
29
}
30
#else
+ Console.SetOut(TextWriter.Null);
31
builder.StartWithClassicDesktopLifetime(args);
32
#endif
33
0 commit comments