Pārlūkot izejas kodu

Update Jellyfin.Server/Program.cs

Co-Authored-By: dkanada <dkanada@users.noreply.github.com>
Bond-009 5 gadi atpakaļ
vecāks
revīzija
1258a3766f
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      Jellyfin.Server/Program.cs

+ 1 - 1
Jellyfin.Server/Program.cs

@@ -89,7 +89,7 @@ namespace Jellyfin.Server
             var stopWatch = new Stopwatch();
             stopWatch.Start();
 
-            // Log all uncaught exception to std error
+            // Log all uncaught exceptions to std error
             static void UnhandledExceptionToConsole(object sender, UnhandledExceptionEventArgs e) =>
                 Console.Error.WriteLine("Unhandled Exception\n" + e.ExceptionObject.ToString());
             AppDomain.CurrentDomain.UnhandledException += UnhandledExceptionToConsole;