FCF - Full Stack Javascript Framework
OpenSource is a full stack development framework designed to simplify the development of WEB projects of various complexity levels.
It is based on unique technologies that open up new opportunities in development approaches with NODEJS.
修订版 | 67c5b5e538af4415ed9caf884d334142522171dd (tree) |
---|---|
时间 | 2022-08-01 06:40:48 |
作者 | ![]() |
Commiter | Vladimir Markin |
added compatibility for node 10
@@ -91,7 +91,7 @@ | ||
91 | 91 | return a_id; |
92 | 92 | }) |
93 | 93 | .finally(async ()=>{ |
94 | - await libUtil.promisify(libFS.rm)(tmpDir, { recursive: true, force: true }); | |
94 | + await libUtil.promisify(libFS.rmdir)(tmpDir, { recursive: true, force: true }); | |
95 | 95 | }) |
96 | 96 | |
97 | 97 | } |