We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 993d61a commit fbcf920Copy full SHA for fbcf920
UnturnedRedistUpdateTool/Program.cs
@@ -116,7 +116,7 @@ public static async Task<int> Main(string[] args)
116
Console.WriteLine($"Updated {updatedFiles.Count} File(s)");
117
foreach (var (fromPath, toPath) in updatedFiles)
118
{
119
- Console.WriteLine("Updated");
+ Console.WriteLine($"Updated File. From: \"{fromPath}\", To: \"{toPath}\"");
120
}
121
122
var forcedNote = Force ? " [Forced]" : "";
0 commit comments