muralikg / puppetcam

Export puppeteer tab as webm video
MIT License
322 stars 63 forks source link

background.js - unable to see console.log output #26

Open manishkatyan opened 3 years ago

manishkatyan commented 3 years ago

Hi,

I am unable to see console.log output which are specified in background.js.

For example, I should be able to see output for line #8 console.log(msg);. However, I don't see that when I execute the script using node export.js some_url some_file.webm.

Any idea?