Skip to content

Commit 00b2be5

Browse files
committed
Update Program.cs
1 parent f58ea11 commit 00b2be5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UnturnedRedistUpdateTool/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ Dictionary<string, string> UpdateRedist(string unturnedManagedDirectory)
161161
fileInfo.CopyTo(redistFilePath, true);
162162
updatedFiles.Add(managedFilePath, redistFilePath);
163163
}
164-
catch
164+
catch (Exception)
165165
{
166166
Console.WriteLine($"An error occured while updating file: \"{fileInfo.FullName}\".");
167167
throw;

0 commit comments

Comments
 (0)