nodejs-whisper
nodejs-whisper copied to clipboard
Do not use the console in downloadModel.ts
Please do not use console but logger in this file
https://github.com/ChetanXpro/nodejs-whisper/blob/main/src/downloadModel.ts#L63
I've noticed it gets logged the wrong way when you download and compile a model.
Also, in some places I still see console.error(...) ... please change to logger.error(...) thanks :)