Added missing return statement

This commit is contained in:
2022-07-15 13:49:20 +07:00
parent 5ae792bdd3
commit a83ed5189d

View File

@@ -77,6 +77,7 @@ class Deamon {
IPv6 = await this.getCurrentIPv6();
} catch(err) {
Logger.error(`Unable to fetch ip address: ${err}`);
return;
}
IPv4 && Logger.info(`Current IPv4 address: ${IPv4}`);