• R/O
  • SSH

fcf: 提交

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.


Commit MetaInfo

修订版67c5b5e538af4415ed9caf884d334142522171dd (tree)
时间2022-08-01 06:40:48
作者Vladimir Markin <v.o.markin221@gmai...>
CommiterVladimir Markin

Log Message

added compatibility for node 10

更改概述

差异

diff -r 6cb990e5cf48 -r 67c5b5e538af packages/fcfBackup/Tools/backup.js
--- a/packages/fcfBackup/Tools/backup.js Mon Aug 01 00:34:14 2022 +0300
+++ b/packages/fcfBackup/Tools/backup.js Mon Aug 01 00:40:48 2022 +0300
@@ -91,7 +91,7 @@
9191 return a_id;
9292 })
9393 .finally(async ()=>{
94- await libUtil.promisify(libFS.rm)(tmpDir, { recursive: true, force: true });
94+ await libUtil.promisify(libFS.rmdir)(tmpDir, { recursive: true, force: true });
9595 })
9696
9797 }
Show on old repository browser