typo in comment
This commit is contained in:
parent
5104bf7e2d
commit
3a7fbafaeb
1 changed files with 5 additions and 1 deletions
4
nzz.js
4
nzz.js
|
@ -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
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue