debugging
This commit is contained in:
parent
46be1be729
commit
a1c730bfa2
@ -226,9 +226,7 @@ rss_braider.processFeed('simple_test_feed', 'json', function (err, data) {
|
||||
});
|
||||
|
||||
rss_braider.processFeed('simple_test_feed', 'rss', function (err, data) {
|
||||
if (err) {
|
||||
return console.log(err);
|
||||
}
|
||||
|
||||
fs.writeFile(__dirname + "/html/" + outputFile + ".xml", data, function (err) {
|
||||
if (err) {
|
||||
return console.log(err);
|
||||
|
Loading…
Reference in New Issue
Block a user