Skip to content

Commit

Permalink
Fixed error thing.
Browse files Browse the repository at this point in the history
  • Loading branch information
techpines committed Jul 5, 2013
1 parent 0382220 commit f7e7ed9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/rack.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ class exports.Rack extends EventEmitter
errorPath = pathutil.join __dirname, 'admin/templates/error.jade'
fs.readFile errorPath, 'utf8', (error, contents) =>
return next error if error?
console.log error
compiled = jade.compile contents,
filename: errorPath
response.send compiled
Expand Down

0 comments on commit f7e7ed9

Please sign in to comment.