gktimesc2gitbook icon indicating copy to clipboard operation
gktimesc2gitbook copied to clipboard

有个重大问题会删除用户文件夹

Open slemon opened this issue 3 years ago • 0 comments

如果把路径设置成 /Users/xxxxx/Desktop/,就会删除(替换)整个文件夹

async function exportGitbook(cid, { gitbook, rate}) { let intro = await gktimeService.getColumnIntro(cid); let menus = await gktimeService.getColumnMenus(cid, intro.article_count); // clear sh.rm('-rf', gitbook); ... }

slemon avatar Nov 26 '21 15:11 slemon