mirror of
https://github.com/Wessel/kirbe.git
synced 2026-07-17 13:53:57 +02:00
sorry wessel
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user