mirror of
https://github.com/YuzuZensai/Cloudflare-DDNS-Updater.git
synced 2026-01-31 14:57:12 +00:00
Added missing return statement
This commit is contained in:
@@ -77,6 +77,7 @@ class Deamon {
|
|||||||
IPv6 = await this.getCurrentIPv6();
|
IPv6 = await this.getCurrentIPv6();
|
||||||
} catch(err) {
|
} catch(err) {
|
||||||
Logger.error(`Unable to fetch ip address: ${err}`);
|
Logger.error(`Unable to fetch ip address: ${err}`);
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
IPv4 && Logger.info(`Current IPv4 address: ${IPv4}`);
|
IPv4 && Logger.info(`Current IPv4 address: ${IPv4}`);
|
||||||
|
|||||||
Reference in New Issue
Block a user