1.0.14 Package Updates and Assets fix
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user