TypeError: Cannot read property 'info' of undefined
at Server.Merry.onlisten (../node_modules/merry/index.js:74:11)
this appears to be because the context of this within onlisten is bound to that of the server.listen call. quick and dirty fix is to add this at line 69:
getting this lil error:
this appears to be because the context of
this
withinonlisten
is bound to that of theserver.listen
call. quick and dirty fix is to add this at line 69:unsure if there is an alternate way this should be patched, but a heads up! excited to start using this new version.