When creating a new SpeechClient (specifically using keyFilename), and the file does not exist: ' new speech.SpeechClient({keyFile:"my.json"});' causes: `UnhandledPromiseRejectionWarning` How is the caller supposed to catch or handle this? Does the returned SpeechClient object expose a promise that can be acted upon?
When creating a new SpeechClient (specifically using keyFilename), and the file does not exist:
' new speech.SpeechClient({keyFile:"my.json"});'
causes:
UnhandledPromiseRejectionWarningHow is the caller supposed to catch or handle this? Does the returned SpeechClient object expose a promise that can be acted upon?