mirror of
https://github.com/danbulant/discord.js
synced 2026-06-19 06:31:20 +00:00
Tweak another output
This commit is contained in:
parent
93cc1fcb24
commit
0863be8520
1 changed files with 1 additions and 1 deletions
|
|
@ -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`);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue