Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pretty-print JS in devtools doesn't work #25778

Closed
nornagon opened this issue Oct 5, 2020 · 2 comments · Fixed by #25780
Closed

Pretty-print JS in devtools doesn't work #25778

nornagon opened this issue Oct 5, 2020 · 2 comments · Fixed by #25780
Labels

Comments

@nornagon
Copy link
Member

nornagon commented Oct 5, 2020

To repro:

  1. Launch an Electron app (hello world/default fiddle will do)
  2. Open DevTools
  3. Find a minified JS file, e.g. renderer_init.js
  4. Click the "Pretty Print" button in DevTools

Expected behavior:
The JS in the DevTools view is replaced with a pretty-printed version of the code

Actual behavior:
The JS in the DevTools view is unchanged

Bisected to v11.0.0-nightly.20200721...v11.0.0-nightly.20200723

@nornagon nornagon added the 11-x-y label Oct 5, 2020
@nornagon
Copy link
Member Author

nornagon commented Oct 5, 2020

There was a Chrome roll in that range: #24575

That chrome roll included a number of DevTools frontend changes: https://chromium.googlesource.com/devtools/devtools-frontend/+log/9e33bc96e1997d634b944744bc347da330daf1c6..57d7441b354d2bcc3a10b5721941fa59e30068ab

@nornagon
Copy link
Member Author

nornagon commented Oct 5, 2020

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant