1
0
mirror of https://github.com/GenderDysphoria/GenderDysphoria.fyi.git synced 2025-11-25 20:42:40 +00:00

Not sure why this keeps happening, but here's another small patch

This commit is contained in:
Jocelyn Badgley (Twipped)
2021-08-25 11:31:34 -07:00
parent b5851b4c38
commit 84ec899957
4 changed files with 777 additions and 776 deletions

View File

@@ -54,7 +54,7 @@ module.exports = exports = async function process (tasks, cache) {
});
log.info(`Task (${task.action.name}) failed for file ${output}, fell back to saved duplicate ${status.duplicate}`);
} catch (err2) {
log.error(`Task (${task.action.name}) failed for file ${output}.\n`, err);
log.error(`Task (${task.action.name}) failed for file ${output}, ${status.duplicate} could not be copied.\n`, err);
return false;
}
} else {