This commit is contained in:
calzoneman 2014-02-28 00:09:20 -06:00
parent 97f682a022
commit 3da717adb9
6 changed files with 29 additions and 16 deletions

View file

@ -243,6 +243,9 @@ function static(dir) {
root: dir
}, function (err) {
logRequest(req);
if (err) {
res.send(err.status);
}
});
};
}