add snap file existing message

This commit is contained in:
ghost 2023-07-30 22:24:16 +03:00
parent 1e6451f863
commit 9e53618193

View File

@ -254,6 +254,10 @@ switch ($argv[1]) {
CLI::danger(sprintf(_('delete snap file: #%s from storage %s index %s not found in registry;'), $hostPageSnapFilename, $hostPageSnapStorageName, $i));
}
} else {
CLI::success(sprintf(_('skip snap file: #%s available in storage %s index %s;'), $hostPageSnapFilename, $hostPageSnapStorageName, $i));
}
}
}