mirror of
https://git.suyu.dev/suyu/citra-qt-installer.git
synced 2025-12-21 21:25:59 +01:00
Tweaked logging for skipping.
This commit is contained in:
parent
2cc459644e
commit
01a526bf1e
1 changed files with 1 additions and 1 deletions
|
|
@ -112,7 +112,7 @@ async function execute() {
|
|||
|
||||
const targetMetadataFilePath = `${distDir}/${name}/${version}meta.7z`;
|
||||
if (fs.existsSync(targetMetadataFilePath)) {
|
||||
logger.info(`Metadata information already exists for ${name} ${version}, skipping.`);
|
||||
logger.debug(`Metadata information already exists for ${name} ${version}, skipping.`);
|
||||
} else {
|
||||
logger.info(`Building release information for ${name} ${version}.`);
|
||||
updatesAvailable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue