Update ConfigHandler.cs

pull/2295/head 5.23
2dust 2022-05-06 14:37:52 +08:00
parent 3defba6290
commit e256ec5401
1 changed files with 1 additions and 1 deletions

View File

@ -212,8 +212,8 @@ namespace v2rayN.Handler
{
//save temp file
var tempPath = Utils.GetPath($"{configRes}_temp");
var resPath = Utils.GetPath(configRes);
var tempPath = $"{resPath}_temp";
if (Utils.ToJsonFile(config, tempPath) != 0)
{
return;