Skip to content

Commit

Permalink
Coffee has problem with arguments in multiple lines.
Browse files Browse the repository at this point in the history
  • Loading branch information
majek committed Oct 25, 2011
1 parent 26dd227 commit ca75936
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/webjs.coffee
Expand Up @@ -109,8 +109,7 @@ exports.GenericApp = class GenericApp
res.writeHead(500, {})
res.end("500 - Internal Server Error")
catch y
@log('error', 'Exception on "'+ req.method + ' ' + req.href + ''
'" in filter "' + req.last_fun + '":\n' + (x.stack || x))
@log('error', 'Exception on "'+ req.method + ' ' + req.href + '" in filter "' + req.last_fun + '":\n' + (x.stack || x))
return true

log_request: (req, res, data) ->
Expand Down

0 comments on commit ca75936

Please sign in to comment.