Fixes
This commit is contained in:
parent
97f682a022
commit
3da717adb9
6 changed files with 29 additions and 16 deletions
|
|
@ -243,6 +243,9 @@ function static(dir) {
|
|||
root: dir
|
||||
}, function (err) {
|
||||
logRequest(req);
|
||||
if (err) {
|
||||
res.send(err.status);
|
||||
}
|
||||
});
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue