mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-28 11:26:16 -04:00
中文显示修改
This commit is contained in:
parent
daa8c09a32
commit
8497f652bc
6 changed files with 8 additions and 8 deletions
|
@ -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`);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue