stop saving json to directory
This commit is contained in:
parent
f6d181cd3e
commit
8be6edfb58
@ -346,9 +346,9 @@ function processBody(body, url, _id, _rev) {
|
||||
obj.host = urlObj.host;
|
||||
|
||||
|
||||
jsonfile.writeFile(jsonFile, obj, function (err) {
|
||||
/* jsonfile.writeFile(jsonFile, obj, function (err) {
|
||||
console.error(err);
|
||||
});
|
||||
});*/
|
||||
|
||||
if (_id !== null) {
|
||||
busEmitter.emit("updateBookmarkData", obj, _id, _rev);
|
||||
|
Loading…
Reference in New Issue
Block a user