Skip to content

Commit e251daa

Browse files
committed
change
1 parent d2faeca commit e251daa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎Torch.Server/Initializer.cs‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ private void HandleException(object sender, UnhandledExceptionEventArgs e)
302302
}
303303
else
304304
{
305-
MessageBox.Show("Torch encountered a fatal error and needs to close. Please check the logs or the log event viewer for details.", "Torch Fatal Error", MessageBoxButton.OK, MessageBoxImage.Error);
305+
MessageBox.Show("Torch encountered a fatal error and needs to close. Please check the logs or the Log event viewer for details.", "Torch Fatal Error", MessageBoxButton.OK, MessageBoxImage.Error);
306306
}
307307

308308
Process.GetCurrentProcess().Kill();

0 commit comments

Comments
 (0)