We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7c6f5c commit 5856039Copy full SHA for 5856039
1 file changed
index.js
@@ -203,7 +203,6 @@ module.exports = (http) => {
203
204
fs.readFile(filePath, (err, data) => {
205
if (err) {
206
- console.error(err);
207
res.statusCode = 404;
208
res.end(`File ${filePath} doesn't exist`);
209
}
0 commit comments