1.0.14 Package Updates and Assets fix
This commit is contained in:
@@ -38,7 +38,7 @@ export async function jobsDownloadMedia(req: Request, res: Response) {
|
||||
const fileOnDisk: Buffer = await fs.readFile(relativePathFn(jobid, file.name));
|
||||
zip.file(baseName, fileOnDisk);
|
||||
} catch (err) {
|
||||
logger.warn(`Could not add file to zip: ${file.name}`, err);
|
||||
logger.warning(`Could not add file to zip: ${file.name}`, err);
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user