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:
Jason Laster 2020-02-07 18:43:32 +00:00
Родитель a547ad53da
Коммит 32b9448845
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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);