Fix rename

a70c51ccb3
This commit is contained in:
Bruce Wayne
2020-01-21 14:14:06 +08:00
parent 8827cce7d0
commit 7377e31e51

View File

@@ -172,7 +172,7 @@ namespace Netch.Controllers
IsFallback = true;
Stop();
Utils.Logging.Info($"尝试去除 \"-t {Global.Settings.RedirectorTCPPort}\" 参数后启动 \"bin\\Redirector.exe\"");
Instance.StartInfo.Arguments = FallBackArg;
Instance.StartInfo.Arguments = fallback;
Utils.Logging.Info($"当前 \"bin\\Redirector.exe\" 启动参数为 \"{Instance.StartInfo.Arguments}\"");
Global.Settings.RedirectorTCPPort = 2800;
Instance.CancelOutputRead();