We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d196e1 commit 191474dCopy full SHA for 191474d
1 file changed
packages/speech/src/index.js
@@ -137,6 +137,7 @@ Speech.prototype.endpointerTypes = {
137
*/
138
Speech.detectEncoding_ = function(filename) {
139
if (!is.string(filename)) {
140
+ // istanbul ignore next
141
return;
142
}
143
0 commit comments