Skip to content

Commit 17588e3

Browse files
fix: Update the debug identifier for BlockFactorySync.
There was a copy and paste error. Co-authored-by: Ramitha Chitloor <[email protected]>
1 parent 23308e1 commit 17588e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@css-blocks/core/src/BlockParser/BlockFactorySync.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import { BlockFactoryBase, sourceMapFromProcessedFile } from "./BlockFactoryBase
1212
import { BlockParser, ParsedSource } from "./BlockParser";
1313
import { PreprocessorSync, PreprocessorsSync, ProcessedFile, Syntax, annotateCssContentWithSourceMap, syntaxName } from "./preprocessing";
1414

15-
const debug = debugGenerator("css-blocks:BlockFactory");
15+
const debug = debugGenerator("css-blocks:BlockFactorySync");
1616

1717
interface ErrorWithErrNum {
1818
code?: string;

0 commit comments

Comments
 (0)