1.0.14 Package Updates and Assets fix

This commit is contained in:
Allan Carr
2025-07-23 17:59:13 -07:00
parent d2bf897e2f
commit b23e446ed3
12 changed files with 216 additions and 57 deletions

View File

@@ -88,7 +88,7 @@ async function processExistingFiles(jobid: string): Promise<MediaFile[]> {
try {
if (!(await fs.pathExists(relativeFilePath))) {
logger.warn(`File no longer exists: ${relativeFilePath}`);
logger.warning(`File no longer exists: ${relativeFilePath}`);
continue;
}