Missing EOL semicolons

This commit is contained in:
Ryan Dahl 2010-03-11 22:05:09 -08:00
parent dd857f9fdf
commit c96b7e5ca0

View File

@ -502,7 +502,7 @@ function findModulePath (id, dirs, callback) {
} else {
return searchLocations();
}
})
});
// if sync
} else {
@ -815,4 +815,4 @@ process.loop();
process.emit("exit");
})
});