Skip to content

Commit

Permalink
finish implementing pages
Browse files Browse the repository at this point in the history
  • Loading branch information
projectmoon committed Jul 4, 2012
1 parent 3e15859 commit e614747
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/redis-connector.js
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,7 @@ exports.getPageByFilename = function(filename, callback) {
}

exports.insertPage = function(filename, callback) {
console.log('hi');
fileProcessor.process(filename, function(err, postDate, metadata, post) {
if (err) return callback(err);

Expand Down

0 comments on commit e614747

Please sign in to comment.