1
0
Fork 0

fix explainer for compatibility with 3.4

This commit is contained in:
jsteemann 2019-07-24 17:53:52 +02:00
parent 8913dd4062
commit 33ad71dd1c
1 changed files with 1 additions and 1 deletions

View File

@ -303,7 +303,7 @@ function printIndexes(indexes) {
if (l > maxIdLen) {
maxIdLen = l;
}
l = index.name.length;
l = index.name ? index.name.length : 0;
if (l > maxNameLen) {
maxNameLen = l;
}