From a5114ef923d12f3ceacfcbfc0a3147a0b005e7e5 Mon Sep 17 00:00:00 2001 From: fireshaper Date: Wed, 17 Jul 2019 10:18:45 -0400 Subject: [PATCH] update to 1.4.2 --- Form1.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Form1.cs b/Form1.cs index ceaa3c1..1a02e94 100644 --- a/Form1.cs +++ b/Form1.cs @@ -777,7 +777,7 @@ public static bool IsBase64(string base64String) Convert.FromBase64String(base64String); return true; } - catch (Exception exception) + catch (Exception e) { Console.WriteLine("Exception caught: {0}", e); }