sorry wessel

This commit is contained in:
David Ralph
2019-02-18 12:05:15 +00:00
committed by GitHub
parent 6da1aa69fd
commit 7e80b6d71b

View File

@@ -16,7 +16,7 @@ module.exports = (baseDir, indexFile) => {
const filePath = join(baseDir, requestedPath ;
stat(filePath, (err, stats) => {
if (err ) { next(); return; }
if (err) { next(); return; }
if (stats.isFile()) {
stats.mtime.setMilliseconds(0);