Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
#93 fixing path exists
  • Loading branch information
cdnsteve committed Jan 20, 2014
1 parent 1f90e39 commit d299e17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.js
Expand Up @@ -88,7 +88,7 @@ var httpCb = function (req, res) {
}
// END HACK

path.exists(filename, function (exists) {
fs.exists(filename, function (exists) {
if (!exists) {

textResponse(res, 404, "Page Not Found!\n");
Expand Down

0 comments on commit d299e17

Please sign in to comment.