Skip to content

Commit

Permalink
Update src/KKManager.Core/Util/ProcessTools.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
ManlyMarco authored Dec 11, 2024
1 parent c72bb70 commit bbdb983
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/KKManager.Core/Util/ProcessTools.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ public static Process SafeStartProcess(ProcessStartInfo startInfo, bool elevated
}
catch (Exception ex)
{
Console.WriteLine(ex);
MessageBox.Show(ex.ToStringDemystified(), Resources.FailedToStartApplicationMessageTitle, MessageBoxButtons.OK, MessageBoxIcon.Error);
return null;
}
Expand Down

0 comments on commit bbdb983

Please sign in to comment.