+2
-2
@@ -21,3 +21,3 @@ const fs = require('fs'); | ||
| this.createDir(dirArray).then(()=>{ | ||
| _this._createFile(dir,message).then(console.log('end')); | ||
| _this._createFile(dir,message).then(console.log('created!')); | ||
| }); | ||
@@ -38,3 +38,3 @@ } | ||
| fs.mkdir(array[index],0o777, function(){ | ||
| console.log(`${array[index]}创建完毕`) | ||
| // console.log(`${array[index]}创建完毕`) | ||
| index+=1; | ||
@@ -41,0 +41,0 @@ _this._createDir(array,index,callback); |
+1
-1
| { | ||
| "name": "cfiles", | ||
| "version": "1.0.0", | ||
| "version": "1.0.1", | ||
| "description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
1887
0.43%