lilinsen 7 年之前
父节点
当前提交
be5700aaa8
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      scripts/md-to-other.js

+ 1 - 1
scripts/md-to-other.js

@@ -101,7 +101,7 @@ function createdFile(output, sorce,ishasCode) {
         if( typeof fd  == 'number'){
             fs.writeSync(fd, buf, 0, buf.length, 0);
          }else{
-             console.log(pathSrc,'有问题')
+             console.log(pathSrc,' typeof fd != number 请改正文件')
          }
        
     })