Skip to content

Commit a35080f

Browse files
committed
;开头的行为注释
1 parent 3fe739e commit a35080f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FormMain.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ private void SetProxy()
7979
var real = new List<string>();
8080
foreach (string s in list)
8181
{
82-
if (!string.IsNullOrEmpty(s) && !s.StartsWith("--"))
82+
if (!string.IsNullOrEmpty(s) && !s.StartsWith("--") && !s.StartsWith(";"))
8383
{
8484
real.Add(s);
8585
}

0 commit comments

Comments
 (0)