Extra modules fix, stuff fix attempt

This commit is contained in:
mrfry 2021-04-30 16:50:52 +02:00
parent 74b750ef53
commit c9aa819783
5 changed files with 9 additions and 89 deletions

View file

@ -84,7 +84,7 @@ function GetApp(): ModuleType {
const fpath = listedFiles + fp
if (!fs.existsSync(fpath)) {
res.render('nofile', {
missingFile: fpath,
missingFile: fp,
url,
})
return
@ -222,7 +222,7 @@ function GetApp(): ModuleType {
}
} catch (err) {
res.render('nofile', {
missingFile: curr,
missingFile: relPath,
url,
})
}