mirror of
https://github.com/2dust/v2rayN.git
synced 2025-05-02 21:28:51 +00:00
Update ConfigHandler.cs
This commit is contained in:
parent
3defba6290
commit
e256ec5401
1 changed files with 1 additions and 1 deletions
|
@ -212,8 +212,8 @@ namespace v2rayN.Handler
|
||||||
{
|
{
|
||||||
|
|
||||||
//save temp file
|
//save temp file
|
||||||
var tempPath = Utils.GetPath($"{configRes}_temp");
|
|
||||||
var resPath = Utils.GetPath(configRes);
|
var resPath = Utils.GetPath(configRes);
|
||||||
|
var tempPath = $"{resPath}_temp";
|
||||||
if (Utils.ToJsonFile(config, tempPath) != 0)
|
if (Utils.ToJsonFile(config, tempPath) != 0)
|
||||||
{
|
{
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Reference in a new issue