diff --git a/src/providers/Daemon.ts b/src/providers/Daemon.ts index 5b35daf..3072516 100644 --- a/src/providers/Daemon.ts +++ b/src/providers/Daemon.ts @@ -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}`);