shenshihai 2 vuotta sitten
vanhempi
commit
4f78b36e17
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  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;