зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1613538 - Enable eager evaluation on DevEdition by default. r=Honza
Differential Revision: https://phabricator.services.mozilla.com/D61929 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
a547ad53da
Коммит
32b9448845
|
@ -2148,7 +2148,7 @@ pref("devtools.webconsole.input.autocomplete",true);
|
|||
|
||||
// Set to true to eagerly show the results of webconsole terminal evaluations
|
||||
// when they don't have side effects.
|
||||
#if defined(NIGHTLY_BUILD)
|
||||
#if defined(NIGHTLY_BUILD) || defined(MOZ_DEV_EDITION)
|
||||
pref("devtools.webconsole.input.eagerEvaluation", true);
|
||||
#else
|
||||
pref("devtools.webconsole.input.eagerEvaluation", false);
|
||||
|
|
Загрузка…
Ссылка в новой задаче