method name fixed. see #535
This commit is contained in:
parent
0a6931887d
commit
ba12839f1d
1 changed files with 1 additions and 1 deletions
|
|
@ -120,7 +120,7 @@ self.onmessage = async function(event) {
|
|||
for (const parsedLine of parsedLines) {
|
||||
const { choices } = parsedLine;
|
||||
if (!choices || choices.length === 0) {
|
||||
taLog.warning("No choices found in parsed line: " + JSON.stringify(parsedLine));
|
||||
taLog.warn("No choices found in parsed line: " + JSON.stringify(parsedLine));
|
||||
continue;
|
||||
}
|
||||
const { delta } = choices[0];
|
||||
|
|
|
|||
Loading…
Reference in a new issue