mirror of
https://github.com/2dust/v2rayN.git
synced 2025-04-20 06:02:23 +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.Create(fileName).Close();
|
||||||
File.Delete(fileName);
|
File.Delete(fileName);
|
||||||
}
|
}
|
||||||
catch (UnauthorizedAccessException)
|
catch (Exception)
|
||||||
{
|
{
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue