Skip to content

Commit

Permalink
update to 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fireshaper committed Jul 17, 2019
1 parent 2611527 commit a5114ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Form1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit a5114ef

Please sign in to comment.