Skip to content

Commit

Permalink
logerror marker
Browse files Browse the repository at this point in the history
  • Loading branch information
rjrodger committed Jun 3, 2011
1 parent 138edbf commit b039023
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/fileServer.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ function serveFile(filename, request, response, options){
response.write(';try {')
response.write(nowFileCache.nowUtil);
response.write(nowFileCache.now);
response.write('} catch(e) { logerror(e) } ')
response.write('} catch(e) { logerror("nowjs",e) } ')

response.end();
});
Expand All @@ -66,7 +66,7 @@ function serveFile(filename, request, response, options){
response.write(';try {')
response.write(nowFileCache.nowUtil);
response.write(nowFileCache.now);
response.write('} catch(e) { logerror(e) } ')
response.write('} catch(e) { logerror("nowjs",e) } ')

response.end();
}
Expand Down

0 comments on commit b039023

Please sign in to comment.