mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-19 19:04:06 -06:00
chore(components): modify warning message
Co-authored-by: Jacky Zhao <j.zhao2k19@gmail.com>
This commit is contained in:
parent
fc43d7de84
commit
d2ad5ed5c4
@ -82,7 +82,7 @@ function renderTranscludes(
|
|||||||
console.warn(
|
console.warn(
|
||||||
styleText(
|
styleText(
|
||||||
"yellow",
|
"yellow",
|
||||||
`[quartz] Skipping circular transclusion: ${slug} → ${transcludeTarget}`,
|
`Warning: Skipping circular transclusion: ${slug} -> ${transcludeTarget}`,
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
node.children = [
|
node.children = [
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user