if (cause) {
        this.emit('warning', Object.assign(new Error('Couldn\'t identify the active interface.'), {
          code: 'EACTIVEERR',
          cause: cause.stack || cause
        }))