in scripts/sync-docs.js [222:225]
async function removeFolder(tarDir) { if (await isDirExisted()) return; await fs.rm(tarDir, { recursive: true, force: true }); }