Fix error when no proxy is found

This commit is contained in:
Samuel Kadolph 2011-08-22 23:02:42 -04:00
parent dad9540ef4
commit b61f76b6db
1 changed files with 2 additions and 0 deletions

View File

@ -100,6 +100,8 @@ module Proxifier
return proxy
end
end
nil
end
end
end