Update ConfigHandler.cs

pull/2295/head 5.23
2dust 3 years ago
parent 3defba6290
commit e256ec5401

@ -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;

Loading…
Cancel
Save