mirror of
https://github.com/2dust/v2rayN.git
synced 2025-04-19 13:42:24 +00:00
UnauthorizedAccessException to Exception
This commit is contained in:
parent
23dd140921
commit
2b5cbb5e74
1 changed files with 1 additions and 1 deletions
|
@ -684,7 +684,7 @@ namespace ServiceLib.Common
|
|||
File.Create(fileName).Close();
|
||||
File.Delete(fileName);
|
||||
}
|
||||
catch (UnauthorizedAccessException)
|
||||
catch (Exception)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue