Default 'source' to 'false' for stats

This commit is contained in:
Florent Cailhol 2018-07-14 21:28:26 +02:00
parent b0518552e5
commit ee64e6dcfc
1 changed files with 1 additions and 1 deletions

View File

@ -185,7 +185,7 @@ class Stats {
!forToString
);
const showChildren = optionOrLocalFallback(options.children, true);
const showSource = optionOrLocalFallback(options.source, !forToString);
const showSource = optionOrLocalFallback(options.source, false);
const showModuleTrace = optionOrLocalFallback(options.moduleTrace, true);
const showErrors = optionOrLocalFallback(options.errors, true);
const showErrorDetails = optionOrLocalFallback(