shenshihai 2 年 前
コミット
4f78b36e17
1 ファイル変更1 行追加0 行削除
  1. 1 0
      src/PackageClass.php

+ 1 - 0
src/PackageClass.php

@@ -351,6 +351,7 @@ class PackageClass
 				logInfo($repoName,"skip copy file",$targetPath);
 			}
 			$targetPath = pathJoin($rootDir,$targetName);
+			logInfo($repoName,"copy file ",$fileName," -> ",$targetName);
 			fileCopy($filePath,$targetPath);
 		}
 		return true;