mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2024-12-31 19:21:46 +01:00
wasm : fix typo in helper.js (#459)
This commit is contained in:
parent
3b1960520a
commit
86ef64a855
@ -8,7 +8,7 @@ function convertTypedArray(src, type) {
|
||||
|
||||
var printTextarea = (function() {
|
||||
var element = document.getElementById('output');
|
||||
if (element) element.alue = ''; // clear browser cache
|
||||
if (element) element.value = ''; // clear browser cache
|
||||
return function(text) {
|
||||
if (arguments.length > 1) text = Array.prototype.slice.call(arguments).join(' ');
|
||||
console.log(text);
|
||||
|
Loading…
Reference in New Issue
Block a user