Open
Bug 1774368
Opened 3 years ago
Updated 3 years ago
Pretty printing script with Records/Tuples displays an error in the editor
Categories
(DevTools :: Debugger, defect, P2)
DevTools
Debugger
Tracking
(Not tracked)
NEW
People
(Reporter: nchevobbe, Unassigned)
References
(Blocks 2 open bugs)
Details
Steps to reproduce
- With records and tuples enabled
- Go to https://ffx-devtools-recors-and-tuples.glitch.me/
- Open the debugger
- Open
script.js
- Click on the pretty print button at the bottom
Actual result
The editor content is replaced with the following error:
Error loading this URI: Unexpected character '{' (1:4)
We'll probably need to update the pretty print library
Reporter | ||
Comment 1•3 years ago
|
||
issue on pretty-fast: https://github.com/mozilla/pretty-fast/issues/57
Updated•3 years ago
|
Severity: -- → S3
Priority: -- → P2
Updated•3 years ago
|
Blocks: dbg-prettyprint
You need to log in
before you can comment on or make changes to this bug.
Description
•