use OS independent new lines #422
This commit is contained in:
parent
58e10b7d5b
commit
2b75909f7a
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue