shenshihai 2 lat temu
rodzic
commit
4f78b36e17
1 zmienionych plików z 1 dodań i 0 usunięć
  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;