noopkat / ms-bing-speech-service

NodeJS service wrapper for Microsoft Speech API and Custom Speech Service
MIT License
82 stars 17 forks source link

Test for callback before calling it in recogniser.stop() #13

Closed danreeves closed 7 years ago

danreeves commented 7 years ago

Prevents

/app/node_modules/ms-bing-speech-service/BingSpeechService.js:207
    if (!this.connection || !this.connection.connected) return callback(null);
                                                               ^
TypeError: callback is not a function

Have a nice day 🌤

noopkat commented 7 years ago

@danreeves ahhh thank you for catching this oversight!

bitmoji