Skip to content

Commit

Permalink
foo
Browse files Browse the repository at this point in the history
  • Loading branch information
yar229 committed Apr 3, 2019
1 parent c65d62a commit dbc7b2e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ public string Get(string login, bool isAutoRelogin)
_code = File.ReadAllText(filepath);
try
{
File.Delete(filepath);
if (_doDeleteFileAfter)
File.Delete(filepath);
}
catch (Exception)
{
Expand Down

0 comments on commit dbc7b2e

Please sign in to comment.