Skip to content

Commit 02fabaf

Browse files
committed
Update Stats.js
1 parent 0000f4e commit 02fabaf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/Stats.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ class Stats {
133133
const sortModules = optionsOrFallback(options.modulesSort, "id");
134134
const sortChunks = optionsOrFallback(options.chunksSort, "id");
135135
const sortAssets = optionsOrFallback(options.assetsSort, "");
136-
const showOutputPath = optionOrLocalFallback(options.outputPath, true);
136+
const showOutputPath = optionOrLocalFallback(options.outputPath, !forToString);
137137

138138
if(!showCachedModules) {
139139
excludeModules.push((ident, module) => !module.built);

0 commit comments

Comments
 (0)