Skip to content

Commit

Permalink
Show cwd in debug version output
Browse files Browse the repository at this point in the history
  • Loading branch information
fadden committed Oct 18, 2024
1 parent 076fc65 commit 8ea42cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cp2/CP2Main.cs
Original file line number Diff line number Diff line change
Expand Up @@ -477,6 +477,7 @@ private static bool HandleVersion(string cmdName, string[] args, ParamsBag parms
Environment.Is64BitProcess);
Console.WriteLine(" E_MACH=\"" + Environment.MachineName + "\" cpus=" +
Environment.ProcessorCount);
Console.WriteLine(" E_CD=\"" + Environment.CurrentDirectory + "\"");
Console.WriteLine(" RI_FD=" + RuntimeInformation.FrameworkDescription);
Console.WriteLine(" RI_OSA=" + RuntimeInformation.OSArchitecture);
Console.WriteLine(" RI_OSD=" + RuntimeInformation.OSDescription);
Expand Down

0 comments on commit 8ea42cd

Please sign in to comment.