node-http-server

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 23  →  ?path2? @ 24
/src/handler.js
@@ -92,7 +92,7 @@
}
 
// Serve the document index.
fs.access(requestPath, fs.constants.R_OK, (error) => {
fs.access(root, fs.constants.R_OK, (error) => {
if (error) {
process.nextTick(() => {
callback('The server was unable to access the filesystem path: ' +