Skip to content

Commit 4304fc5

Browse files
committed
fix: Update debug message to output the correct value.
1 parent 5027298 commit 4304fc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@css-blocks/ember-app/src/brocolli-plugin.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ export class CSSBlocksApplicationPlugin extends Filter {
104104
filename,
105105
});
106106
}
107-
debug(`Loaded ${blocks.length} blocks.`);
107+
debug(`Loaded ${blocksUsed.size} blocks.`);
108108
debug(`Loaded ${optimizer.analyses.length} analyses.`);
109109
let cssFileName = `${this.appName}/styles/css-blocks.css`;
110110
let sourceMapFileName = `${this.appName}/styles/css-blocks.css.map`;

0 commit comments

Comments
 (0)