Skip to content

Commit f17c425

Browse files
Filmbostock
andauthored
just a log that clarifies that this bundle emanates from the style option (#766)
* just a log that clarifies that this bundle emanates from the style option closes #681 * style Co-authored-by: Mike Bostock <[email protected]> --------- Co-authored-by: Mike Bostock <[email protected]>
1 parent 42818cf commit f17c425

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/build.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ export async function build(
119119
if ("path" in style) {
120120
const outputPath = join("_import", style.path);
121121
const sourcePath = join(root, style.path);
122-
effects.output.write(`${faint("bundle")} ${sourcePath} ${faint("→")} `);
122+
effects.output.write(`${faint("style")} ${sourcePath} ${faint("→")} `);
123123
const code = await bundleStyles({path: sourcePath});
124124
await effects.writeFile(outputPath, code);
125125
} else {

0 commit comments

Comments
 (0)