Skip to content

Commit

Permalink
Added a newline after each file.
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Takita committed Mar 6, 2011
1 parent faef8ce commit 53ceb28
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/node-asset-server.js
Expand Up @@ -30,6 +30,7 @@ exports.loop = function(request, response) {
if (files[0].finished) {
var file = files.shift();
response.write(file.content);
response.write("\n");
onFileFinished();
}
}
Expand Down

0 comments on commit 53ceb28

Please sign in to comment.