This commit is contained in:
pypy
2021-01-21 12:49:15 +09:00
parent e0455964f3
commit f2fa98aee3

View File

@@ -2563,7 +2563,7 @@ speechSynthesis.getVoices();
var [N, fn] = types[type];
if (N > 0) {
if (type === 'avatar') {
tags.forEach((tag) => {
for (var tag of tags) {
this.bulk({
fn,
N,
@@ -2573,7 +2573,7 @@ speechSynthesis.getVoices();
tag
}
});
});
}
} else {
this.bulk({
fn,