use OS independent new lines #422

This commit is contained in:
soulgalore 2014-07-26 21:51:23 +02:00
parent 58e10b7d5b
commit 2b75909f7a
1 changed files with 1 additions and 1 deletions

View File

@ -184,7 +184,7 @@ Runner.prototype._analyze = function (urls, downloadErrors, callback) {
function saveUrls(urls) {
fs.writeFile(path.join(config.run.absResultDir, 'data', 'urls.txt'), urls.join(
"\n"), function(err) {
EOL), function(err) {
if (err) {
throw err;
}