mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
Tweak another output
This commit is contained in:
@@ -78,7 +78,7 @@ class Documentation {
|
||||
parent.add(item);
|
||||
}
|
||||
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