diff options
Diffstat (limited to 'src')
-rwxr-xr-x | src/upd8.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/upd8.js b/src/upd8.js index 5589877c..93f09122 100755 --- a/src/upd8.js +++ b/src/upd8.js @@ -1480,6 +1480,10 @@ async function main() { ? prop : wikiData[prop]); + if (array && empty(array)) { + return; + } + logInfo` - ${array?.length ?? colors.red('(Missing!)')} ${colors.normal(colors.dim(label))}`; } |