You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using puppeteer to evaluate some scripts and capture its console output to NodeJS environment. The package I'm using to run in Puppeteer uses the debug module.
The problem is the output in Nodejs comes in the web inspector format (%c) and hence not colorized. Is there a way to tell debug to output in NodeJS format when run in puppeteer (browser)?
The text was updated successfully, but these errors were encountered:
I'm using puppeteer to evaluate some scripts and capture its console output to NodeJS environment. The package I'm using to run in Puppeteer uses the debug module.
The problem is the output in Nodejs comes in the web inspector format (%c) and hence not colorized. Is there a way to tell debug to output in NodeJS format when run in puppeteer (browser)?
The text was updated successfully, but these errors were encountered: