shenshihai před 2 roky
rodič
revize
4f78b36e17
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  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;