mirror of
https://github.com/danbulant/discord.js
synced 2026-07-07 04:00:42 +00:00
Tweak single output
This commit is contained in:
parent
4b60a6f47d
commit
93cc1fcb24
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@ class Documentation {
|
||||||
|
|
||||||
const parent = this.findParent(member);
|
const parent = this.findParent(member);
|
||||||
if (!parent) {
|
if (!parent) {
|
||||||
console.warn(`Warning: "${member.name || member.directData.name}" has no accessible parent.`);
|
console.warn(`- "${member.name || member.directData.name}" has no accessible parent.`);
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
parent.add(item);
|
parent.add(item);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue