Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tianfeng92 committed Oct 19, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent ca5a062 commit 663e1b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/network.ts
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@ function getProxySetting() {
return;
}
return {
proxyHost: proxy.slice(0, -2).join(':'),
proxyHost: proxy.slice(0, -1).join(':'),
proxyPort: proxy[2],
}
}

0 comments on commit 663e1b9

Please sign in to comment.