fix: logger输出

This commit is contained in:
bietiaop 2024-07-31 17:21:57 +08:00
parent 8a420e8fe1
commit 14b528b87b
3 changed files with 3 additions and 4 deletions

View file

@ -118,7 +118,7 @@ export class Panel extends ZZZPlugin {
});
result.forEach(item => {
logger.debug(item.proficiency_score, item);
logger.debug(item.name_mi18n, item.proficiency_score);
});
const finalData = {