Open manishkatyan opened 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.
console.log(msg);
node export.js some_url some_file.webm
Any idea?
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 usingnode export.js some_url some_file.webm
.Any idea?