From c5dd6195f236e4c2e1f05c09e3a9cee691c5537b Mon Sep 17 00:00:00 2001 From: "J. Ryan Stinnett" Date: Tue, 22 Jun 2021 17:22:53 +0100 Subject: [PATCH] Fix copy command log --- scripts/hak/copy.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/hak/copy.js b/scripts/hak/copy.js index 9ecf163c..f9a2156e 100644 --- a/scripts/hak/copy.js +++ b/scripts/hak/copy.js @@ -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, {