Closed mattcollier closed 9 years ago
Actually, I see that passhash is accepting a custom command: https://github.com/Mowje/node-ths/blob/master/passhash.js#L3
It's just not getting sent: https://github.com/Mowje/node-ths/blob/dev/index.js#L395
Yes it is: https://github.com/Mowje/node-ths/blob/dev/index.js#L448
the problem I'm having must be caused by something else....
if this:
passhash.js still uses hard coded command name: https://github.com/Mowje/node-ths/blob/master/passhash.js#L21
I'll work on a fix for this.