Skip to content
This repository was archived by the owner on Jan 11, 2023. It is now read-only.

Commit aecd291

Browse files
darkwingjasonLaster
authored andcommitted
Turn off auto-pretty-print by default for dev mode (#5846)
1 parent e7fad07 commit aecd291

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/prefs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const pref = Services.pref;
1313

1414
if (isDevelopment()) {
1515
pref("devtools.debugger.alphabetize-outline", false);
16-
pref("devtools.debugger.auto-pretty-print", true);
16+
pref("devtools.debugger.auto-pretty-print", false);
1717
pref("devtools.source-map.client-service.enabled", true);
1818
pref("devtools.debugger.pause-on-exceptions", false);
1919
pref("devtools.debugger.ignore-caught-exceptions", false);

0 commit comments

Comments
 (0)