Skip to content

Commit

Permalink
just a log that clarifies that this bundle emanates from the style op…
Browse files Browse the repository at this point in the history
…tion

closes #681
  • Loading branch information
Fil committed Feb 13, 2024
1 parent e0fe8be commit 628c9e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ export async function build(
if ("path" in style) {
const outputPath = join("_import", style.path);
const sourcePath = join(root, style.path);
effects.output.write(`${faint("bundle")} ${sourcePath} ${faint("→")} `);
effects.output.write(`${faint("bundle style option")} ${sourcePath} ${faint("→")} `);
const code = await bundleStyles({path: sourcePath});
await effects.writeFile(outputPath, code);
} else {
Expand Down

0 comments on commit 628c9e0

Please sign in to comment.