Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
MelvinTo committed Mar 5, 2024
1 parent 2cf131b commit 9859793
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion extension/vpnclient/docker/HysteriaDockerClient.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,8 @@ class HysteriaDockerClient extends DockerBaseVPNClient {
];

for (const target of targets) {
if (this.__checkInternetAvailability(target)) {
const result = await this.__checkInternetAvailability(target);
if (result) {
return true;
}
}
Expand Down

0 comments on commit 9859793

Please sign in to comment.