Skip to content

Commit

Permalink
Update speechrecognition.js
Browse files Browse the repository at this point in the history
  • Loading branch information
fustyles authored Aug 4, 2019
1 parent 6f3dc02 commit 1f23f57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion myBlockly/SpeechRecognition/speechrecognition.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ if ('webkitSpeechRecognition' in window) {
console.log("interim = " + Recognition_interim);
if (Recognition_interim.trim()=='') {
Recognition_final = linebreak(final_transcript);
console.log("final = " + Recognition_interim);
console.log("final = " + Recognition_final);
}
else {
Recognition_final = "";
Expand Down

0 comments on commit 1f23f57

Please sign in to comment.