From 17f458b45bfdd9939e0a2b81a7ee09b40b255158 Mon Sep 17 00:00:00 2001 From: Joel Varty Date: Mon, 18 Jan 2021 12:52:14 -0500 Subject: [PATCH] added msg --- framework/agility/agility.config.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/framework/agility/agility.config.js b/framework/agility/agility.config.js index 2abce740b..a73f89c6b 100644 --- a/framework/agility/agility.config.js +++ b/framework/agility/agility.config.js @@ -63,6 +63,8 @@ const prepIncrementalMode = async () => { console.log(`Copying Agility Content files to temp folder: ${tempPath}`) //copy everything across from cachePath await fs.copy(cachePath, tempPath) + } else { + console.log(`Agility tmp folder up to date: ${tempPath}`) } }