Update DownloadHandle.cs

pull/354/head
2dust 2019-12-16 17:16:27 +08:00
parent ab08660c20
commit 07cd855446
1 changed files with 1 additions and 0 deletions

View File

@ -77,6 +77,7 @@ namespace v2rayN.Handler
{ {
AbsoluteCompleted(this, new ResultEventArgs(false, "Already the latest version")); AbsoluteCompleted(this, new ResultEventArgs(false, "Already the latest version"));
} }
return;
} }
string url = string.Format(nUrl, version); string url = string.Format(nUrl, version);