dumb typo

This commit is contained in:
Christopher Monsanto 2020-08-14 06:25:37 -04:00
parent 4176e86d21
commit 2f45ec3b6d

View File

@ -55,7 +55,7 @@ export class ActionQueue {
if (entry.type === 'Copy') {
let addendum = '';
if (entry.valid !== 'Success') {
addendum = ` ($entry.valid)`;
addendum = ` (${entry.valid})`;
}
console.log(`${entry.src} ==> ${entry.dst}${addendum}`);
}