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;