Fix copy command log

This commit is contained in:
J. Ryan Stinnett 2021-06-22 17:22:53 +01:00
parent c3a36bb17d
commit c5dd6195f2

View File

@ -41,8 +41,8 @@ async function copy(hakEnv, moduleInfo) {
if (moduleInfo.cfg.copy) {
console.log(
"Copying " + moduleInfo.cfg.prune + " from " +
moduleInfo.moduleOutDir + " to " + moduleInfo.moduleOutDir,
"Copying files from " +
moduleInfo.moduleBuildDir + " to " + moduleInfo.moduleOutDir,
);
const files = await new Promise(async (resolve, reject) => {
glob(moduleInfo.cfg.copy, {