mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-16 19:43:29 +01:00
Tweak another output
This commit is contained in:
@@ -78,7 +78,7 @@ class Documentation {
|
|||||||
parent.add(item);
|
parent.add(item);
|
||||||
}
|
}
|
||||||
for (const [key, val] of unknowns) {
|
for (const [key, val] of unknowns) {
|
||||||
console.log(`Unknown documentation kind "${key}" - \n${JSON.stringify(val)}\n`);
|
console.warn(`- Unknown documentation kind "${key}" - \n${JSON.stringify(val)}\n`);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user