@ -69,7 +69,11 @@ function moveDownload(tmpDir, outDir, date) {
}
let destFile = path.join(outDir, `${date.isoDate()}.pdf`);
try {
fs.copyFileSync(srcFile, destFile);
} catch {
// this means it was tried to download a wrong issue
});
The note is not visible to the blocked user.