浏览代码

修改proto导出

chenwb10023 3 天之前
父节点
当前提交
d0d252dfab
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      index.js

+ 1 - 1
index.js

@@ -1135,7 +1135,7 @@ function copy_s_to_proto() {
 function copy_proto_to_c() {
 	outDir = path.sharedPath;
 	try {
-		fse.emptyDirSync(outDir);
+		// fse.emptyDirSync(outDir);
 		fse.copySync('./s_to_proto/shared/', outDir);
 		console.log('目录拷贝完成');
 	} catch (err) {