This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
youys
/
shadowsocks-windows
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
67
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
fire error event when the pac server is not run
tags/2.3
Gang Zhuo
10 years ago
parent
77aa5e8280
commit
4860d5b32a
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
shadowsocks-csharp/Controller/ShadowsocksController.cs
+ 4
- 0
shadowsocks-csharp/Controller/ShadowsocksController.cs
View File
@@ -166,6 +166,10 @@ namespace Shadowsocks.Controller
{
pacServer.UpdatePACFromGFWList();
}
else if (UpdatePACFromGFWListError != null)
{
UpdatePACFromGFWListError(this, new ErrorEventArgs(new Exception("The PACServer is not run.")));
}
}
protected void Reload()
Write
Preview
Loading…
Cancel
Save