中文显示修改

This commit is contained in:
xdragon 2024-09-05 15:27:27 +08:00
parent daa8c09a32
commit 8497f652bc
6 changed files with 8 additions and 8 deletions

View file

@ -19,7 +19,7 @@ if (process.argv.length !== 2) throw new Error('Use: node bin/checkAllPads.js');
try {
await pad.check();
} catch (err:any) {
console.error(`Error in pad ${padId}: ${err.stack || err}`);
console.error(`文档错误: ${padId}: ${err.stack || err}`);
return;
}
console.log(`Pad ${padId}: OK`);