Skip to content

Commit

Permalink
Merge pull request #52 from node-migrator-bot/clean
Browse files Browse the repository at this point in the history
Hi! I fixed some code for you!
  • Loading branch information
ujjwalt committed Feb 11, 2013
2 parents 2d4765f + 291b7f2 commit 3703a9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/speed_server
Expand Up @@ -124,7 +124,7 @@ function handle_file(file_name, in_request, in_response) {
local_name += "index.html";
}

path.exists(local_name, function (exists) {
fs.exists(local_name, function (exists) {
if (exists) {
file = fs.readFile(local_name, function (err, data) {
var out_headers = {
Expand Down

0 comments on commit 3703a9f

Please sign in to comment.