Rantanen / node-mumble

Mumble client in Node.js
MIT License
155 stars 48 forks source link

Use variable before assignment #101

Closed feildmaster closed 6 years ago

feildmaster commented 6 years ago

noEmptyFrames = userSession = undefined; before this change

Rantanen commented 6 years ago

Oh yikes, good catch!

Rantanen commented 6 years ago

Thanks!

feildmaster commented 6 years ago

You're welcome