Browse Source

make sure we print json into stdout

fix-broken-scrape
Jørgen Lien Sellæg 6 years ago
parent
commit
ad9adef467
  1. 2
      scrape.js

2
scrape.js

@ -210,7 +210,7 @@ const open_browser = async (images_directory) => {
}), }),
); );
} }
console.log(events); console.log(JSON.stringify(events));
})(); })();
/* (async () => { /* (async () => {

Loading…
Cancel
Save