added msg

This commit is contained in:
Joel Varty 2021-01-18 12:52:14 -05:00
parent 6480beaeac
commit 17f458b45b

View File

@ -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}`)
}
}